mindspore-ci-bot
38b48fb0e8
!13608 Add CPU LogSoftMax
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
5504116718
!13647 BroadcastTo add general -1 dim behavior
...
From: @peilin-wang
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
zhaoting
8754aaeb74
add CPU LogSoftMax
4 years ago
mindspore-ci-bot
7bb35d8ce4
!13635 add float64 support to Addn gpu
...
From: @TFbunny
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
Peilin Wang
6cead43bdf
add general -1 dim behavior for BroadcastTo op
4 years ago
wangyanling
6268f660fb
add cpu broadcast_to op
4 years ago
TFBunny
b780e5737c
add float64 to Addn gpu
4 years ago
mindspore-ci-bot
5b95409022
!13512 add some expander ops
...
From: @zengzitao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
2fadad0875
!13121 expander lamb_apply_optimizer_assign
...
From: @wenfangpei
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8e8f3043f9
!12115 IR operators of GPU and CPU are unified as batchnorm
...
From: @ding_fei_fei
Reviewed-by:
Signed-off-by:
4 years ago
wenfangpei
043a558ae2
expander lamb_apply_optimizer_assign
4 years ago
zengzitao
d0a656f3cd
add some expander ops
4 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
4 years ago
mindspore-ci-bot
b20e964760
!13429 Refactor some cpu ops
...
From: @wuxuejian
Reviewed-by: @kisnwang,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
b61aa9b4cf
!13342 Throw exception when tensor with 0 shape is constructed
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
0fdf5c54e3
!13069 Add dynamic shape testcases for Sub
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
wuxuejian
5498103990
Refactor some cpu ops
4 years ago
mindspore-ci-bot
2545e2c5f1
!13335 Fix check of input dims for BiasAdd and attr of maxpool3d .
...
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
liuxiao93
a6b7de5df9
fix check of input dims for BiasAdd.
4 years ago
l00591931
bd777e0710
throw exception when tensor has zero in shape
4 years ago
mindspore-ci-bot
18580ac506
!13140 Operator[StridedSlice] not support bool tensor in cpu env.
...
From: @wangyanling10
Reviewed-by:
Signed-off-by:
4 years ago
wangyanling
42aa96a1a2
support bool data type for StridedSlice op
4 years ago
yanzhenxiang2020
f6677628c0
add StackPush and StackPop for aicpu
4 years ago
mindspore-ci-bot
5a6bb251b0
!12724 add Dropout2D and rename Dropout3d to Dropout3D
...
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
4d35303265
support string in GPU print
4 years ago
TFBunny
3f397503c0
add dynamic shape testcases for Sub
4 years ago
mindspore-ci-bot
70024d3ab1
!12189 Add CPU Pad op
...
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
802e756c9b
!12897 Add float64 support to reducemax grad gpu op
...
From: @peilin-wang
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
8b733dccaa
!12922 biasadd report error when input 5d with nchw format at cpu
...
From: @wangyanling10
Reviewed-by:
Signed-off-by:
4 years ago
wanyiming
dbc0ad13db
cpu_pad_op
4 years ago
wangyanling
e6693ea89d
biasadd operator report error when input is not 2d or 4d
4 years ago
Peilin Wang
dd72f44b27
tensor_scatter_update new op quick initial commit
...
fix ci
fix ci
fix ci
fix ci
4 years ago
mindspore-ci-bot
9ed9d950e2
!11446 fix argmax op for cpu and gpu
...
From: @xcnick
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
48d4cca512
!12949 Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
...
From: @zh_qh
Reviewed-by: @hwhewei,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
Zhang Qinghua
df866f7248
Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
4 years ago
mindspore-ci-bot
df98fa0233
!12842 Add grad op for gpu dynamic shape testing op
...
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8432bdffbf
!12880 move operator primitive of Centralization to _inner_ops
...
From: @david-he91
Reviewed-by: @liangchenghui,@guoqi1024
Signed-off-by: @liangchenghui
4 years ago
Peilin Wang
783c57c209
add float64 support to reducemax grad
...
fix ci
4 years ago
tom__chen
56e8aa9f7e
change index_add op input_x to type Parameter
4 years ago
xcnick
d65a5affba
fix cpu/gpu argmax op
4 years ago
hedongdong
d8382f4d57
move operator primitive of Centralization to _inner_ops
4 years ago
Zhang Qinghua
8b8c59f01e
Optimize the compile performance in Parser, FG, Manager and Renormalize:
...
---
Remove the routine of handling isolated nodes in Renormalize.
Add isolated nodes from Parser&Resolver.
Modify isolated nodes handling in FG&Manager.
Optimize the renormalize routines.
Other optimizations.
4 years ago
Peilin Wang
347575a38f
add grad for GpuDynamicShape testing op
...
add tests
removed some unused imports
fix ci
4 years ago
mindspore-ci-bot
99c17c43d8
!12746 Fix ApplyAdagradCpuKernel output
...
From: @yang_chun
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian
4 years ago
liuxiao93
6459229fff
adapt some 3d ops.
4 years ago
yang_chun
580d33e90e
Fix: ApplyAdagrad output.
4 years ago
huangmengxi
3a319a97e9
move matmul from numpy to ops
4 years ago
yanzhenxiang2020
95dbfe0636
add Dropout2D and rename Dropout3d to Dropout3D
4 years ago
mindspore-ci-bot
03935de4bf
!12630 make CPU op ResizeNearestNeighbor support float64 and Int64
...
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d8433e9f5c
!12605 Fix GPU ReduceMax/Sum float64 type failure
...
From: @TFbunny
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago