Commit Graph

5300 Commits

Author SHA1 Message Date
mindspore-ci-bot 5a48a08e34 !15577 [ME][ControlFlow] Add some control sink testcases
From: @Margaret_wangrui
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-25 14:04:00 +08:00
kanghui d9a1ee3429 fix depthtospace and spacetodepth ops bugs
Signed-off-by: kanghui <405194527@qq.com>
2021-04-25 05:59:18 +00:00
yao_yf 21276408b8 parallel virtual_out_ops 2021-04-25 11:18:54 +08:00
looop5 e88cdc84ec enhancement reorder_ops pass to support reordering cast and type insensitive operators
support castup, type-insensitive to type-insensitive, castup

refactor reorder_ops

fix compiling

move reorder_ops pass to later

fix abstract

refactor

fix node input num bug
2021-04-25 11:06:48 +08:00
mindspore-ci-bot 975e447737 !15409 Add indexes attribute for metrics and make indexes aware
From: @zhiqwang
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
2021-04-25 10:08:50 +08:00
Lixia Chen 44fb7ac4bb Add support for multi-session destroy 2021-04-23 11:17:06 -04:00
mindspore-ci-bot 6801ef61e0 !13634 Add GPU HSigmoid and HSigmoidGrad and support dynamic shape
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman,@liangchenghui
Signed-off-by: @liangchenghui
2021-04-23 21:39:03 +08:00
yangzhenzhang 213922574e split axis and batch for gatherv2 2021-04-23 16:59:35 +08:00
zhiqiang 2a0b443cc4 Add indexes attribute and make metrics indexes recognizable 2021-04-23 04:32:02 -04:00
Margaret_wangrui 43b13f4a50 add control flow testcases 2021-04-23 15:57:06 +08:00
mindspore-ci-bot b77c3f093d !15436 augassign
From: @yepei6
Reviewed-by: @yanglf1121,@kingxian
Signed-off-by: @kingxian
2021-04-23 14:58:35 +08:00
mindspore-ci-bot 620224fd48 !15553 modify checkout file name bug
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
2021-04-23 14:03:09 +08:00
xcnick 181844a3d9 Add floormod op for cpu and gpu 2021-04-23 13:50:16 +08:00
yepei6 81789ffb5d augassign 2021-04-23 11:58:07 +08:00
mindspore-ci-bot f0c4b043e8 !14668 Add more numpy interfaces
From: @yanglf1121
Reviewed-by: 
Signed-off-by:
2021-04-23 11:18:34 +08:00
mindspore-ci-bot 09d41736e1 !15532 add control flow testcases
From: @huangbingjian
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-23 09:27:19 +08:00
mindspore-ci-bot b1865c7ff0 !15520 while test cases 3
From: @lanzhineng
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-23 09:27:04 +08:00
changzherui f63a13b2e9 modify check file name bug 2021-04-23 08:57:43 +08:00
TFBunny e8794ce0d7 add gpu kernel HSigmoid and HSigmoidGrad 2021-04-22 16:59:23 -04:00
mindspore-ci-bot e43a57fd37 !15525 clean code not used
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-22 20:04:57 +08:00
huangbingjian 94eb1e70e0 add testcases related to if inside the function 2021-04-22 19:10:57 +08:00
mindspore-ci-bot a017ba48ae !15389 convert the implementation of BroadCastTo, ReluGrad, ReLU6Grad CPU operators to nnacl
From: @zhangbuxue
Reviewed-by: @guoqi1024,@zhanyuan1,@zhaizhiqiang
Signed-off-by: @zhaizhiqiang
2021-04-22 18:49:10 +08:00
mindspore-ci-bot 3aa917b65d !15460 add slice export ut test
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
2021-04-22 16:59:09 +08:00
mindspore-ci-bot 1ecc638fad !15442 modify code method metrics
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
2021-04-22 16:58:36 +08:00
zhangzhaoju 6a2aee492c Clean code that not used 2021-04-22 16:24:05 +08:00
buxue 3dc5f1a41d convert the implementation of BroadCastTo, ReluGrad, ReLU6Grad CPU operators to nnacl 2021-04-22 15:36:26 +08:00
lanzhineng 44d932a583 while control cases 3 2021-04-22 15:07:06 +08:00
mindspore-ci-bot 6611d79366 !14669 Add mod kernel implementation for gpu
From: @xcnick
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-04-22 14:56:23 +08:00
YangLuo bf48400c10 unify include file of minddata 2021-04-22 10:59:36 +08:00
yanglf1121 560ef0036f Add new np interfaces 2021-04-22 10:22:36 +08:00
mindspore-ci-bot 5fe72ea838 !15464 fix bugs in np.convolve and np.diff
From: @yanglf1121
Reviewed-by: @liangchenghui,@kingxian
Signed-off-by: @liangchenghui,@kingxian
2021-04-22 09:45:51 +08:00
tom__chen 7ea4bd0593 batchnorm1d gpu op 2021-04-21 11:48:46 -04:00
mindspore-ci-bot 20eb406e75 !15443 GPU resize_bilinear op
From: @tom__chen
Reviewed-by: @robingrosman,@mikef,@robingrosman
Signed-off-by: @robingrosman
2021-04-21 21:03:52 +08:00
mindspore-ci-bot 2e43434221 !15431 change infer value
From: @lianliguang
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-21 18:00:13 +08:00
yanglf1121 43ebd837b9 fix diff, convolve 2021-04-21 15:19:58 +08:00
mindspore-ci-bot b760d1235f !15416 Update normalization description at nn/layer/normalization.py
From: @dinglinhe123
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-04-21 15:05:33 +08:00
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
2021-04-21 14:42:39 +08:00
changzherui 44f0c3469d add slice export ut test 2021-04-21 14:40:51 +08:00
mindspore-ci-bot 23fdba1c36 !15462 [ME][Control]Add assert of inner testcases
From: @chenfei52
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-21 14:06:05 +08:00
mindspore-ci-bot 8bf9c96958 !15422 while control test cases 2
From: @lanzhineng
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-21 11:50:38 +08:00
chenfei e150dedc70 check result of test case 2021-04-21 11:17:12 +08:00
changzherui 1f4c17edca modify clean code 2021-04-21 10:56:16 +08:00
Margaret_wangrui e1f452c151 add inner control flow tests 2021-04-21 10:29:17 +08:00
lanzhineng 39c0a5b7da while cases 2 2021-04-21 09:38:43 +08:00
tom__chen 7e086b26a1 resize_bilinear gpu op 2021-04-20 17:22:27 -04:00
lianliguang d2c696667b change process of infer value 2021-04-20 19:02:22 +08:00
mindspore-ci-bot 490d2e1efb !15385 remove the useless prim type
From: @lianliguang
Reviewed-by: @ginfung,@zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-20 16:07:45 +08:00
mindspore-ci-bot 512130d171 !15363 cpu unique support fp16
From: @kisnwang
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
2021-04-20 14:25:56 +08:00
mindspore-ci-bot e346b8028b !15413 update st testcase for while bprop
From: @liangzelang
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
2021-04-20 14:15:29 +08:00
mindspore-ci-bot dd07c1f8e6 !15405 while control test cases
From: @lanzhineng
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-20 14:06:22 +08:00
dinglinhe 54fb72e2b3 Update normalization description at nn/layer/normalization.py 2021-04-20 12:30:37 +08:00
xcnick 6279ff4bbb add mod op kernel for gpu 2021-04-20 11:47:58 +08:00
kswang 9c8ada03fe cpu unique kernel support fp16 2021-04-20 11:40:13 +08:00
mindspore-ci-bot a2ed1ad350 !15381 add parallel operator for select
From: @yangzhenzhang
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
2021-04-20 11:23:52 +08:00
lanzhineng 65479c7646 while test cases 2021-04-20 10:22:30 +08:00
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
2021-04-20 10:18:19 +08:00
lianliguang 4d7b7649e9 remove the useless PrimType 2021-04-20 10:16:36 +08:00
yangzhenzhang c2ca2232c5 add select op 2021-04-20 09:23:22 +08:00
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
2021-04-20 09:20:41 +08:00
mindspore-ci-bot 1c9d3c0aa0 !15353 add parallel operator for scatter update
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
2021-04-20 09:03:08 +08:00
Cathy Wong 636809c255 dataset: C++ API ToNumber & Lookup: change data_type parm from string to DataType 2021-04-19 12:35:37 -04:00
liangzelang 971c2d3c6d [control flow]update st testcases for while bp 2021-04-19 17:37:03 +08:00
dinglinhe 865cf68243 All the descriptions of batch normal under the mindspore folder have been uniformly updated to 'Batch Normalization' 2021-04-19 16:37:51 +08:00
lvliang b67987d718 fix_bug_of_memory_access_error_when_using_input_mask 2021-04-19 15:34:30 +08:00
mindspore-ci-bot 4631facee9 !15140 Add GPU ops:depthtospace and spacetodepth
From: @kanghui0204
Reviewed-by: 
Signed-off-by:
2021-04-19 15:20:45 +08:00
mindspore-ci-bot 83b7f754bd !15255 add CPU IOU
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-04-19 14:28:24 +08:00
kanghui 91cd3490e8 Add GPU ops:depthtospace and spacetodepth
Signed-off-by: kanghui <405194527@qq.com>
2021-04-19 01:56:44 +00:00
mindspore-ci-bot 0fd1726e79 !15172 Clean GraphKernel's codes from frontend
From: @dayschan
Reviewed-by: @gaoxiong1,@dylangeng,@gaoxiong1
Signed-off-by: @dylangeng,@dylangeng
2021-04-19 09:34:35 +08:00
zhaoting 2424ed7ee5 add CPU IOU 2021-04-17 17:34:25 +08:00
yangzhenzhang 9cdd70433f add scatterupdate op 2021-04-17 17:32:48 +08:00
yangzhenzhang d070af122f add topk op 2021-04-17 14:12:49 +08:00
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
2021-04-17 11:03:34 +08:00
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
2021-04-17 10:35:56 +08:00
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
2021-04-17 09:38:16 +08:00
mindspore-ci-bot f9c5060cf2 !14930 Handle ignored returned Status
From: @hfarahat
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @robingrosman
2021-04-17 03:52:41 +08:00
mindspore-ci-bot bd69a86931 !15124 Remove unused #include in cc files in MindData
From: @hfarahat
Reviewed-by: @nsyca,@mikef,@robingrosman
Signed-off-by: @robingrosman
2021-04-17 02:19:27 +08:00
mindspore-ci-bot 9c81c5d2a0 !15189 Add more ut for transform ops and subset sampler
From: @alexyuyue
Reviewed-by: 
Signed-off-by:
2021-04-17 01:46:13 +08:00
hesham 98f0f36a20 Removed unused include 2021-04-16 11:40:56 -04:00
hesham 6e6eaebb77 Fix unused return value in main code 2021-04-16 11:33:35 -04:00
mindspore-ci-bot 5b7ed56d57 !12521 [WIP] MindData C++ Plugin infrastructure with GDAL decode
From: @ziruiwu
Reviewed-by: 
Signed-off-by:
2021-04-16 20:37:18 +08:00
mindspore-ci-bot 0fe493e205 !15161 support hbm perfermance test
From: @laiyongqiang
Reviewed-by: @jjfeing,@majorzhang
Signed-off-by: @majorzhang
2021-04-16 20:28:40 +08:00
zhangzhaoju a1db9c4959 Pybind11::object && PrimitivePy recycle optimize 2021-04-16 18:32:55 +08:00
laiyongqiang de0f6edf5a support hbm profile 2021-04-16 18:01:31 +08:00
dinglongwei 7ec1793525 add cpu operations: ScatterAdd ScatterSub ScatterMul ScatterDiv ScatterMax ScatterMin ScatterUpdate 2021-04-16 16:46:36 +08:00
yangzhenzhang f9f5df368e add gathernd op 2021-04-16 14:29:03 +08:00
mindspore-ci-bot 4cc75df1ac !15221 Support PReLU for GPU platform
From: @xuguoyang5566
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-04-16 11:45:35 +08:00
mindspore-ci-bot 053b04ae6e !15204 replace memcpy_async with tensor move
From: @laiyongqiang
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
2021-04-16 10:19:40 +08:00
Zirui Wu 8ebc512d25 plugin infrastruture for mindddata
add single element string tensor support for plugin tensor
2021-04-15 21:11:16 -04:00
alex-yuyue 97e3232b6d Add more ut for transform ops and subset sampler
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2021-04-15 16:51:41 -04:00
mindspore-ci-bot 17e42347fc !15191 dataset UT: Update UTs to check for return Status
From: @cathwong
Reviewed-by: @pandoublefeng,@tom__chen
Signed-off-by: @pandoublefeng
2021-04-16 02:16:39 +08:00
mindspore-ci-bot f09df9ac2f !15248 Fix shellcheck warnings for cache shell scripts
From: @lixiachen
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @robingrosman
2021-04-15 22:47:06 +08:00
Lixia Chen 91f9059263 Fix shellcheck warnings 2021-04-15 09:33:07 -04:00
mindspore-ci-bot 56d0de9495 !15004 Adding SGD operator in CPU
From: @huangbo77
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
2021-04-15 20:09:21 +08:00
mindspore-ci-bot d45dae687c !15190 Add bool support to GPU Select
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
2021-04-15 19:53:31 +08:00
zhangyunshu d969be9107 profiler: fixed aicpu timeline 2021-04-15 19:35:24 +08:00
mindspore-ci-bot 121f8a7289 !15208 tensor setitem fix value with expanded dimensions before ellipsis & fix broadcast with value ndim < slice ndim
From: @jachua
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @liangchenghui
2021-04-15 17:41:54 +08:00
xuguoyang 7d1a35bedb support PReLU for GPU platform 2021-04-15 16:29:38 +08:00
laiyongqiang 1533435015 replace memcpy_async with tensor move 2021-04-15 16:12:01 +08:00
mindspore-ci-bot 6d2c357db8 !15209 fix l2normalize ops parallel problem
From: @yuanwei66
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian,@c_34
2021-04-15 15:13:53 +08:00
huangmengxi 6cb17501d5 fix dim expand and broadcast 2021-04-15 14:25:13 +08:00
yuanwei66 ee9b452b57 fix l2normalize ops parallel problem 2021-04-15 13:37:26 +08:00
yangzhenzhang bcd2ecc403 check layouts for shared parameter 2021-04-15 10:39:05 +08:00
Cathy Wong a2ee0cb3e5 dataset UT: Update UTs to check for return Status 2021-04-14 17:52:31 -04:00
TFBunny b61e963b9f add bool support to gpu select 2021-04-14 11:49:01 -04:00
lingyunli63 c48c2430f0 fuse matmul and elementwise in graphkernel 2021-04-14 20:52:35 +08:00
huangbo77 cb54c6efae added SGD operation in CPU 2021-04-14 15:19:10 +08:00
mindspore-ci-bot d0b7c98743 !15072 numpy-native fix support of non tensor input for isin and reduce ufuncs
From: @jachua
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34,@guoqi1024
2021-04-14 10:11:53 +08:00
mindspore-ci-bot d09844a601 !15127 Add type support for GPU TensorScatterUpdate
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2021-04-14 05:37:22 +08:00
mindspore-ci-bot 9e7d25ff81 !15128 Add bool support to GPU Gather
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2021-04-14 05:35:44 +08:00
mindspore-ci-bot 1d89109d19 !14929 Cleanup stale comments about DataBuffers
From: @hfarahat
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @pandoublefeng
2021-04-14 05:33:40 +08:00
mindspore-ci-bot 727203a498 !14911 dataset: Fill op: C++ API support, UTs and Pybind decoupling
From: @cathwong
Reviewed-by: 
Signed-off-by:
2021-04-14 05:32:11 +08:00
TFBunny f6c9e90ad0 add bool support to gpu gather 2021-04-13 15:12:07 -04:00
TFBunny e3820ad2cb add tensor scatter update support different type inputs 2021-04-13 14:35:47 -04:00
Cathy Wong 7e6a03487e dataset: Fill op: C++ API support, UTs and Pybind decoupling 2021-04-13 10:02:39 -04:00
mindspore-ci-bot e2112c55f9 !15070 fix code review alarmsfix code review alarms
From: @shibeiji
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-04-13 19:23:33 +08:00
mindspore-ci-bot 74ca49529a !14732 Add L2NormalizeGrad for CPU
From: @he-botao
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by:
2021-04-13 16:21:20 +08:00
mindspore-ci-bot cdbfa53568 !14547 support device_tensor creation
From: @zhupuxu
Reviewed-by: 
Signed-off-by:
2021-04-13 15:59:23 +08:00
mindspore-ci-bot 789c28d4d8 !14728 add l2normalize ops for cpu
From: @yuanwei66
Reviewed-by: 
Signed-off-by:
2021-04-13 15:12:51 +08:00
huangmengxi 571c25b998 bug fix 2021-04-13 14:59:35 +08:00
shibeiji 5cfab3b1a8 fix code review alarms 2021-04-13 14:56:47 +08:00
mindspore-ci-bot 3068d66d63 !14745 refactor infer value
From: @lianliguang
Reviewed-by: @ginfung
Signed-off-by:
2021-04-13 11:27:08 +08:00
mindspore-ci-bot e07a69d8f8 !14874 GNN dataset new feature
From: @lizhenglong1992
Reviewed-by: 
Signed-off-by:
2021-04-13 10:44:27 +08:00
yuanwei66 33870dc46d add l2normalize ops for cpu 2021-04-13 10:05:57 +08:00
hesham 15354569f2 Cleanup stale comments about DataBuffers 2021-04-12 14:26:59 -04:00
ms_yan ecb8d6bc08 add pil version cubic resize 2021-04-12 21:56:14 +08:00
LianLiguang bdc21bcf3e change infer value 2021-04-12 20:38:10 +08:00
zhupuxu 978d7512e7 device tensor
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2021-04-12 17:26:26 +08:00
mindspore-ci-bot fbbd52d54b !14947 Fix pylint issues in test_cont_break.py
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-12 14:21:57 +08:00
hebotao a7b445c50c Add L2NormalizeGradCPUKernel
Add L2NormalizeGradCPUKernel 修改测试用例误差判断方式

Add L2NormalizeGradCPUKernel 注释调试信息

Add L2NormalizeGradCPUKernel 修改反向算子的计算公式

Add L2NormalizeGradCPUKernel 去掉 float16 的注册

Add L2NormalizeGradCPUKernel 使用相对误差

Add L2NormalizeGradCPUKernel 更新反向公式

Add L2NormalizeGradCPUKernel 删除调试信息

清除告警

Add L2NormalizeGradCPUKernel 添加测试用例

Add L2NormalizeGradCPUKernel 删除多余的函数

Add L2NormalizeGradCPUKernel 修改注释中的时间

Add L2NormalizeGradCPUKernel 格式化代码

Add L2NormalizeGradCPUKernel 格式化代码,修改 cpplint 问题

Add L2NormalizeGradCPUKernel 修改 cpplint,pylint 问题

Add L2NormalizeGradCPUKernel 修改求导函数,与 GPU 和 Ascend 保持一致。
修改后的公式在数学意义上有问题,但已经和武雪剑对齐,认为没有影响,没有必要要求 GPU 和 Ascend 修改代码。

Add L2NormalizeGradCPUKernel 精简测试用例
2021-04-12 11:41:40 +08:00
mindspore-ci-bot 7ae11f91e6 !14791 add ascend lstm test case
From: @woshixiaoli
Reviewed-by: @liangchenghui,@chujinjin
Signed-off-by: @liangchenghui
2021-04-12 10:36:35 +08:00
mindspore-ci-bot 5b4685c5ea !14604 [GraphKernel] add some expander ops
From: @chenlei_autodiff
Reviewed-by: 
Signed-off-by:
2021-04-12 10:33:53 +08:00
He Wei 92d60f4c6f Fix pylint issues in test_cont_break.py
Fix 'Useless super delegation in method __init__';
Also fix class naming problem.
2021-04-12 09:53:11 +08:00
mindspore-ci-bot ceb63371c2 !14792 add testcase for side_effect_expression
From: @woshixiaoli
Reviewed-by: @zh_qh,@hwhewei
Signed-off-by: @zh_qh
2021-04-12 09:13:39 +08:00
Zhenglong Li f3895f2b09 Add get edges from nodes function for gnn network 2021-04-10 18:31:13 +08:00
mindspore-ci-bot f0f7bf1ed1 !14885 fix: wrong input order
From: @jonyguo
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
2021-04-10 16:52:41 +08:00
mindspore-ci-bot c907c95da5 !14849 fix codedex and bot
From: @fangzehua
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-04-10 11:19:26 +08:00
mindspore-ci-bot 74f4c85315 !14750 Address some code issues in MD
From: @hfarahat
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
2021-04-10 03:55:16 +08:00
mindspore-ci-bot f451625ea9 !14822 Fix cache client status reset and final flush
From: @lixiachen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
2021-04-10 03:55:07 +08:00
mindspore-ci-bot c682f91213 !14819 dataset: C++ API TypeCast: change data_type parm from string to DataType
From: @cathwong
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
2021-04-10 03:54:49 +08:00
mindspore-ci-bot 1d2e37be88 !14888 add testcases related to if, fix codedex check
From: @huangbingjian
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-09 23:29:59 +08:00
huangbingjian 8d64c11b8a add testcases related to if, fix codedex check 2021-04-09 18:04:32 +08:00
chenlei_autodiff 13fbfca6b9 [graph kernel] add expander ops. 2021-04-09 17:33:06 +08:00
jonyguo a5cc81dc97 fix: wrong input order in test_paddeddataset.py 2021-04-09 17:22:31 +08:00
mindspore-ci-bot 0920239699 !13475 [GraphKernel]adapt for layernorm in ascend
From: @wenfangpei
Reviewed-by: @gaoxiong1,@anyrenwei
Signed-off-by: @anyrenwei
2021-04-09 17:04:52 +08:00
fangzehua 742aa799b0 fix codedex and bot 2021-04-09 15:01:11 +08:00
mindspore-ci-bot 018617a091 !14794 fix test case bug
From: @woshixiaoli
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @zichun_ye
2021-04-09 14:24:56 +08:00
hesham 97cf4e516e Address 3 code issues:
1- access out of bound memory in toFlatIndex
2- CreateFromNPArray function is 50>
3- duplicate variable init
2021-04-08 21:50:19 -04:00
mindspore-ci-bot d7dcbd4944 !14698 Completion of test cases
From: @majianwei_hvv
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-04-09 09:34:25 +08:00
mindspore-ci-bot 32f92eecbd !14805 [ME][ControlFlow] Add some control sink testcases
From: @Margaret_wangrui
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-09 09:18:24 +08:00
Lixia Chen 1f2b178a16 Reset CacheClient's status for a new run
Turn off lock only after all data is cached
2021-04-08 15:30:48 -04:00
Cathy Wong 82f4b3f757 dataset: C++ API TypeCast: change data_type parm from string to DataType 2021-04-08 11:47:58 -04:00
mindspore-ci-bot bdc5a9c88b !14579 TensorOp decoupling stage 3 (transform ops)
From: @alexyuyue
Reviewed-by: 
Signed-off-by:
2021-04-08 21:41:26 +08:00
Margaret_wangrui e69ead3f19 add some control sink testcases 2021-04-08 20:21:45 +08:00
wenfangpei 66d28af79e adapt for layernorm in ascend 2021-04-08 18:11:59 +08:00
woshixiaoli eaac277515 fix bug 2021-04-08 17:47:03 +08:00
mindspore-ci-bot b9820cb68c !14641 [ME][ControlFlow]Add some testcases
From: @chenfei52
Reviewed-by: @ginfung
Signed-off-by:
2021-04-08 17:42:15 +08:00
woshixiaoli fc9dff3bdc add testcase for side effect exprssion 2021-04-08 17:33:21 +08:00
woshixiaoli 3f633348e2 add lstm test case 2021-04-08 17:27:09 +08:00
mindspore-ci-bot b6cf16d8aa !14389 fix codex warning
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2021-04-08 14:22:39 +08:00
chenfei_mindspore ac6f5983b5 add inner testcases of control flow
add testcases 2
2021-04-08 14:18:35 +08:00
majianwei 16932e468e Completion of test cases 2021-04-08 10:51:50 +08:00
alex-yuyue 83aaed09bb TensorOp decoupling stage 3 (transform ops)
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2021-04-07 18:46:23 -04:00
mindspore-ci-bot e2260a2f09 !14612 remove ControlDepend
From: @huangbingjian
Reviewed-by: 
Signed-off-by:
2021-04-07 18:36:29 +08:00
mindspore-ci-bot a9ba9b90f6 !14680 MindData Codespell correction
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2021-04-07 18:28:55 +08:00
huangbingjian 63a89925ff remove ControlDepend and its use 2021-04-07 11:30:40 +08:00
luoyang 624511337c MindData Codespell correction 2021-04-07 10:20:29 +08:00
mindspore-ci-bot 1ff7f0f919 !14569 support https
From: @anancds
Reviewed-by: @limingqi107
Signed-off-by:
2021-04-07 09:09:15 +08:00
mindspore-ci-bot 3d85930cfe !14639 Remove DataBuffer class
From: @hfarahat
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @pandoublefeng
2021-04-06 23:49:30 +08:00
mindspore-ci-bot b5bc938deb !12914 [GraphKernel]expander lamb_apply_weight_assign
From: @wenfangpei
Reviewed-by: @anyrenwei,@gaoxiong1,@gaoxiong1
Signed-off-by: @anyrenwei
2021-04-06 17:02:16 +08:00
chendongsheng ce4d86171f support https 2021-04-06 15:37:59 +08:00
mindspore-ci-bot 536d6bd1e5 !14166 support single bracket setitem
From: @yanglf1121
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
2021-04-06 11:27:52 +08:00
mindspore-ci-bot f324a9a760 !14553 [GraphKernel] refine cast matmul fusion
From: @lingyunli63
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
2021-04-06 11:07:55 +08:00
mindspore-ci-bot ce248c37e0 !14407 separate irpass EnvGetItemEliminater and ItemTupleOrListEliminator
From: @huangbingjian
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-06 08:52:23 +08:00
hesham 8535e89e6c Remove DataBuffer 2021-04-05 17:55:59 -04:00
mindspore-ci-bot 0cfd8b7c9e !13364 Add WordpieceTokenizer and AddDict to Jieba
From: @alexyuyue
Reviewed-by: 
Signed-off-by:
2021-04-06 05:04:13 +08:00
hesham 0d86cb1423 Remove rows_per_buffer 2021-04-04 00:22:16 -04:00
mindspore-ci-bot c99fe1e412 !12841 DataBuffer removal from DE
From: @hfarahat
Reviewed-by: 
Signed-off-by:
2021-04-04 03:28:13 +08:00
mindspore-ci-bot 28f4759537 !14606 parallel ut test
From: @yao_yf
Reviewed-by: 
Signed-off-by:
2021-04-02 21:24:43 +08:00
yao_yf a83fb3316b fix parallel timeout 2021-04-02 20:19:26 +08:00
huangbingjian 134d5dfe4b separate irpass EnvGetItemEliminater and ItemTupleOrListEliminator 2021-04-02 17:38:40 +08:00
lingyunli63 56390330ac cast_Matmul_fusion, when cast cannot fuse forward 2021-04-02 17:32:11 +08:00
wenfangpei a4ad6066b1 expander lamb_apply_weight_assign 2021-04-02 17:28:59 +08:00
mindspore-ci-bot bb3a19363c !14548 change macro of infer function reg
From: @lianliguang
Reviewed-by: @ginfung,@chujinjin
Signed-off-by: @chujinjin
2021-04-02 15:49:16 +08:00
mindspore-ci-bot 5b8a200fa9 !14572 show accurate error line when use user defined class
From: @zhangbuxue
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-02 15:14:31 +08:00
mindspore-ci-bot 8634675e2d !14499 [GraphKernel]split UMonad in inputs of op
From: @wenfangpei
Reviewed-by: @dayschan,@ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
2021-04-02 14:25:22 +08:00
mindspore-ci-bot e034f0294b !14556 Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform & Fix error msg of pythontokenizer
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
2021-04-02 14:23:56 +08:00
yanglf1121 15820776fc Support single bracket setitem 2021-04-02 10:56:16 +08:00
LianLiguang 8cabd090de change macro of reg infer 2021-04-02 09:07:24 +08:00
buxue 6f1105ea79 show accurate error line when use user defined class 2021-04-01 21:52:00 +08:00
mindspore-ci-bot ad039207e1 !14544 modify python ut
From: @changzherui
Reviewed-by: @xsmq,@zhoufeng54
Signed-off-by: @zhoufeng54
2021-04-01 21:14:54 +08:00
luoyang ec21d3f748 Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
Fix error msg of pythontokenizer
2021-04-01 19:09:07 +08:00
changzherui ffee537387 modify python ut 2021-04-01 16:19:55 +08:00
chendongsheng 43defcfaad add multithread http server 2021-04-01 15:59:13 +08:00
wenfangpei 0085a273e7 split UMonad in inputs of op 2021-04-01 14:47:59 +08:00
mindspore-ci-bot 18d79d35b6 !14498 [GraphKernel]remove redundant cast bias for matmul
From: @lingyunli63
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
2021-04-01 14:45:58 +08:00
lingyunli63 8b3823b22c optimizeMatmul 2021-04-01 10:48:48 +08:00
mindspore-ci-bot 1310ec6486 !14459 modify st testcase: add print error log
From: @zsj_mind
Reviewed-by: @xsmq,@zhoufeng54
Signed-off-by: @xsmq,@zhoufeng54
2021-04-01 10:44:48 +08:00
mindspore-ci-bot b8e35c663f !14508 add float64 support to SigmoidCrossEntropyWithLogits gpu
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2021-04-01 10:09:14 +08:00
mindspore-ci-bot 5787e5dcb3 !14295 Clean codex
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
2021-04-01 09:17:03 +08:00
mindspore-ci-bot efb53fb9c0 !14183 Support SparseTensorDenseMatmul for CPU
From: @xuguoyang5566
Reviewed-by: 
Signed-off-by:
2021-04-01 08:58:32 +08:00