danishnxt
0be02c4756
UnsortedSegMax_Int64_support
lint fix
style fix
style fix 2
5 years ago
yao_yf
519f415d6b
unsortsegment_sum infershape in dynamicshape fi
5 years ago
mindspore-ci-bot
9605102dd1
!9429 update supported platforms for op EmbeddingLookup, ELU and fix bugs of op SparseGatherV2, ArgMaxWithValue
From: @lihongkang1
Reviewed-by: @liangchenghui,@youui
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
f9d053316c
!9219 Add Select op for cpu
From: @he-botao
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a5fd09448f
!9474 SparseGatherV2: Raise error if tensor is provided as input for axis
From: @peilin-wang
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
lihongkang
79333916ed
fix bugs
5 years ago
hebotao
ae68883945
Add Select ops for cpu
Add select ops for cpu
Add select ops for cpu
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
5 years ago
Peilin Wang
95a6ee754d
initial commit
5 years ago
mindspore-ci-bot
215f0a7b46
!9037 Updating inputs for ScatterAdd and ScatterUpdate, fix dynamic issue
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by:
5 years ago
mindspore-ci-bot
756594d000
!9124 fix grad of the Identity
From: @yanzhenxiang2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
yanzhenxiang2020
cb391ba234
fix identity grad
5 years ago
mindspore-ci-bot
6945c4dd5f
!9338 [MS][DynamicShape] Bug in InferImpl for UnsortedSegmentOps (incorrect identification of dynamic mode)
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
5 years ago
danishnxt
bf5ceaae57
updated to test files + DynamicOpCheckFix
lintfix
Adding Dynamic_shape_depends
5 years ago
TFbunny
27a602f067
update input for ScatterUpdate/Add, fix doc text and fix dynamic shape
5 years ago
mindspore-ci-bot
73cea20aab
!9166 FIx errors in classes' examples
From: @zhangz0911gm
Reviewed-by: @liangchenghui
Signed-off-by:
5 years ago
zhangz0911gm
0a04bbdc4e
fix errors in notes in clesses' example
5 years ago
zhangyi
13e2aee0ea
fix somee error format for comments.
5 years ago
mindspore-ci-bot
f6450a614b
!9252 [MS][GPU][DynamicShape] int32 scalar support for UnsortedSegMax/Min + CI alarm fix + UnsortedSegmentSum validation fix (detailed)
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
5 years ago
mindspore-ci-bot
01df2341ff
!9245 Fixes some typos and formatting errors in docstring.
From: @peilin-wang
Reviewed-by: @robingrosman,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
5 years ago
mindspore-ci-bot
b22294e808
!9088 fix some bugs about gatherd and gatherdgrad over several new test scens
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
5 years ago
danishnxt
bcae5fe1ee
Adding int32 scalar support + validation fix + alarm fix
5 years ago
Peilin Wang
e4444a1c12
initial commit
fix testcases
fix ci
5 years ago
mindspore-ci-bot
ccf637f64a
!9241 SequenceMask gpu kernel
From: @peilin-wang
Reviewed-by: @tom__chen
Signed-off-by:
5 years ago
Peilin Wang
f7dc2432a0
initial commit
fix ci
fix ci
remove old sequence mask api
fix ci
fix ci
remove old seuqence mask tests
5 years ago
mindspore-ci-bot
dc62360eed
!9140 [MS][GPU][CUDA][DynamicShape] - New GPU kernel -> UnsortedSegmentMin + DynamicShape support changes to API + inferImpl func (+SegMax ST correction)
From: @danishnxt
Reviewed-by:
Signed-off-by:
5 years ago
zhouyuanshen
8ab5b06fb1
add more dtypes support for gatherdgrad and other bugfix
5 years ago
Peilin Wang
baa0f710d8
rollback changes
5 years ago
mindspore-ci-bot
2370828043
!8586 fix GatherD and add Randperm for aicpu
From: @yanzhenxiang2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
lihongkang
0fa0fd39bb
fix bugs
5 years ago
danishnxt
450f1ee886
First Commit - UnsortedSegMin Kernel + DynamicSupport
lint fix + SegMAX st fix
removing unreq whitspace
lint fix
lint fix2
5 years ago
mindspore-ci-bot
3e2eb70fc0
!8669 Split op extending PrimitiveWithCheck
From: @tom__chen
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
442217314d
!8861 [MS][GPU][DynamicShapeUpdate] Converting UnsortedSegmentMax from normal to dynamic shape op
From: @danishnxt
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
28772d4fb7
!9132 Fix bug for SparseGatherV2 GPU and add dynamic shape testcase
From: @TFbunny
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
2e31899101
!9095 [MS][DynamicShape][API] Fixes for UnsortedSegementSum DynamicShape support API + InferImpl func
From: @danishnxt
Reviewed-by:
Signed-off-by:
5 years ago
tom__chen
4fa6238dde
change Split op to extend PrimitiveWithCheck
5 years ago
TFbunny
419f8bf72a
fix dynamic shape and add testcase for SparseGatherV2 GPU
5 years ago
mindspore-ci-bot
f28b73f231
!9040 ExpandDims dynamic shape
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
b0496aaa10
!8673 Add min/max_shape to ScatterAdd/Update and Transpose and add new dynamic shape testcases
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
5 years ago
jonwe
36ea519009
ExpandDims dynamic shape
5 years ago
mindspore-ci-bot
dc04034233
!9077 Add pynative mode for Tensor.view and Tensor.expand_as
From: @liangzhibo
Reviewed-by: @chenfei52,@zh_qh
Signed-off-by: @zh_qh
5 years ago
l00591931
ee45c04775
Add pynative view and expand_as
5 years ago
danishnxt
cfc3542261
First Commit SegMax changes + typo in SegSum InferImpl
UnsortedSegmentMax update + new STs
switch to lambda function
SegmentSum - InferImpl min/max shape pushback fix
lint fix
revert segSum due to sep pr + addressing comments:
5 years ago
danishnxt
6f64fffdb4
Adding API fix for handling dynamic_shape correctly plus STs for SegSum dyn_shape
Updating InferImpl function
adding check to inferImpl function
lint
lint2
5 years ago
TFbunny
5e19a642f9
fix and add testcase for dynamic shape scatteradd/update transpose
5 years ago
mindspore-ci-bot
c3b057bd69
!8825 [MS][GPU] GatherV2_Dynamic_BugFix
From: @danishnxt
Reviewed-by:
Signed-off-by:
5 years ago
yanzhenxiang2020
082cb4e7fd
add Randperm/GatherDGrad and fix GatherD for aicpu
5 years ago
mindspore-ci-bot
d6f6269ff1
!8310 fix example of categorical and rnntloss
From: @yanzhenxiang2020
Reviewed-by: @c_34
Signed-off-by: @c_34
5 years ago
danishnxt
241c8f3d96
GatherUpdate
test file finishing pending
Update to GatherV2_Bug_Fix
lint fix
lint fix - 2
lint fix
Update to GatherV2 - fixed default inferImpl func + CudeStreamSync
lint fix
SyncDevice
added dynamic shape init_size input
lint
5 years ago
yanzhenxiang2020
dca109c9a5
fix example of categorical and rnntloss
5 years ago
l00591931
9c6eb9b9a4
Add backprop and add some comments
5 years ago