yanglf1121
560ef0036f
Add new np interfaces
5 years ago
mindspore-ci-bot
5fe72ea838
!15464 fix bugs in np.convolve and np.diff
From: @yanglf1121
Reviewed-by: @liangchenghui,@kingxian
Signed-off-by: @liangchenghui,@kingxian
4 years ago
tom__chen
7ea4bd0593
batchnorm1d gpu op
4 years ago
mindspore-ci-bot
20eb406e75
!15443 GPU resize_bilinear op
From: @tom__chen
Reviewed-by: @robingrosman,@mikef,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
2e43434221
!15431 change infer value
From: @lianliguang
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
yanglf1121
43ebd837b9
fix diff, convolve
4 years ago
mindspore-ci-bot
b760d1235f
!15416 Update normalization description at nn/layer/normalization.py
From: @dinglinhe123
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
c316d76a03
!15456 [ME][ControlFlow] Add some control sink testcases
From: @Margaret_wangrui
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
changzherui
44f0c3469d
add slice export ut test
4 years ago
mindspore-ci-bot
23fdba1c36
!15462 [ME][Control]Add assert of inner testcases
From: @chenfei52
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
8bf9c96958
!15422 while control test cases 2
From: @lanzhineng
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
chenfei
e150dedc70
check result of test case
4 years ago
changzherui
1f4c17edca
modify clean code
4 years ago
Margaret_wangrui
e1f452c151
add inner control flow tests
4 years ago
lanzhineng
39c0a5b7da
while cases 2
4 years ago
tom__chen
7e086b26a1
resize_bilinear gpu op
4 years ago
lianliguang
d2c696667b
change process of infer value
4 years ago
mindspore-ci-bot
490d2e1efb
!15385 remove the useless prim type
From: @lianliguang
Reviewed-by: @ginfung,@zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
512130d171
!15363 cpu unique support fp16
From: @kisnwang
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
e346b8028b
!15413 update st testcase for while bprop
From: @liangzelang
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
dd07c1f8e6
!15405 while control test cases
From: @lanzhineng
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
dinglinhe
54fb72e2b3
Update normalization description at nn/layer/normalization.py
4 years ago
xcnick
6279ff4bbb
add mod op kernel for gpu
4 years ago
kswang
9c8ada03fe
cpu unique kernel support fp16
4 years ago
mindspore-ci-bot
a2ed1ad350
!15381 add parallel operator for select
From: @yangzhenzhang
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
4 years ago
lanzhineng
65479c7646
while test cases
4 years ago
mindspore-ci-bot
23973aa830
!15366 Fix bug of memory access error when using input mask
From: @joylvliang
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @kisnwang
4 years ago
lianliguang
4d7b7649e9
remove the useless PrimType
4 years ago
yangzhenzhang
c2ca2232c5
add select op
4 years ago
mindspore-ci-bot
eeb32f410e
!15365 All the descriptions of batch normal under the mindspore folder have been uniformly updated to "Batch Normalization"
From: @dinglinhe123
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
1c9d3c0aa0
!15353 add parallel operator for scatter update
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
Cathy Wong
636809c255
dataset: C++ API ToNumber & Lookup: change data_type parm from string to DataType
4 years ago
liangzelang
971c2d3c6d
[control flow]update st testcases for while bp
4 years ago
dinglinhe
865cf68243
All the descriptions of batch normal under the mindspore folder have been uniformly updated to 'Batch Normalization'
4 years ago
lvliang
b67987d718
fix_bug_of_memory_access_error_when_using_input_mask
4 years ago
mindspore-ci-bot
4631facee9
!15140 Add GPU ops:depthtospace and spacetodepth
From: @kanghui0204
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
83b7f754bd
!15255 add CPU IOU
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
kanghui
91cd3490e8
Add GPU ops:depthtospace and spacetodepth
Signed-off-by: kanghui <405194527@qq.com>
4 years ago
mindspore-ci-bot
0fd1726e79
!15172 Clean GraphKernel's codes from frontend
From: @dayschan
Reviewed-by: @gaoxiong1,@dylangeng,@gaoxiong1
Signed-off-by: @dylangeng,@dylangeng
4 years ago
zhaoting
2424ed7ee5
add CPU IOU
4 years ago
yangzhenzhang
9cdd70433f
add scatterupdate op
4 years ago
yangzhenzhang
d070af122f
add topk op
4 years ago
dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
4 years ago
mindspore-ci-bot
29ab37d925
!14997 add scatter operations: ScatterAdd ScatterSub ScatterMul ScatterDiv ScatterMax ScatterMin ScatterUpdate
From: @dinglongwei
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
5f2603ed93
!15216 Pybind11::object && PrimitivePy recycle optimize
From: @zhangzhaoju
Reviewed-by: @zh_qh,@hwhewei,@zh_qh
Signed-off-by: @zh_qh,@zh_qh
4 years ago
mindspore-ci-bot
f9c5060cf2
!14930 Handle ignored returned Status
From: @hfarahat
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
bd69a86931
!15124 Remove unused #include in cc files in MindData
From: @hfarahat
Reviewed-by: @nsyca,@mikef,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
9c81c5d2a0
!15189 Add more ut for transform ops and subset sampler
From: @alexyuyue
Reviewed-by:
Signed-off-by:
4 years ago
hesham
98f0f36a20
Removed unused include
4 years ago
hesham
6e6eaebb77
Fix unused return value in main code
4 years ago