mindspore-ci-bot
9e650da6d7
!15578 numpy-native tensor setitem bug fix & restructure
...
From: @jachua
Reviewed-by: @guoqi1024,@kisnwang
Signed-off-by: @kisnwang
2021-04-27 15:20:25 +08:00
huangmengxi
d6be043cb9
fix & restructure setitem
2021-04-27 10:03:10 +08:00
mindspore-ci-bot
e3d54b7e3b
!15695 dont insert VirtualOutput for scalar
...
From: @yao_yf
Reviewed-by: @yangzhenzhang,@stsuteng
Signed-off-by: @stsuteng
2021-04-27 09:25:30 +08:00
mindspore-ci-bot
83cdb8bb38
!15560 Optimize cache_admin tool to allow multiple session destroy
...
From: @lixiachen
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-04-27 07:55:29 +08:00
yao_yf
093ef784de
dont insert virtualoutput for scalar
2021-04-26 19:55:16 +08:00
mindspore-ci-bot
d328fdcf61
!15200 profiler: fixed AICPU timeline
...
From: @zhangyunshu
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
2021-04-26 11:06:50 +08:00
mindspore-ci-bot
3cfd58e8e0
!15643 insert virtual div only for first input of dropout do mask
...
From: @yangzhenzhang
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
2021-04-26 09:21:00 +08:00
mindspore-ci-bot
49d6c029a6
!15542 split axis and batch for gather
...
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng,@stsuteng
Signed-off-by: @stsuteng,@stsuteng
2021-04-25 19:33:09 +08:00
mindspore-ci-bot
7dc9eb3e0b
!15396 add parallel virtual output in eval/predict
...
From: @yao_yf
Reviewed-by: @yangzhenzhang,@stsuteng
Signed-off-by: @stsuteng
2021-04-25 17:43:13 +08:00
yangzhenzhang
5828973978
fix bug for dropout do mask
2021-04-25 16:47:44 +08:00
yao_yf
21276408b8
parallel virtual_out_ops
2021-04-25 11:18:54 +08:00
Lixia Chen
44fb7ac4bb
Add support for multi-session destroy
2021-04-23 11:17:06 -04: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
mindspore-ci-bot
b77c3f093d
!15436 augassign
...
From: @yepei6
Reviewed-by: @yanglf1121,@kingxian
Signed-off-by: @kingxian
2021-04-23 14:58:35 +08:00
yepei6
81789ffb5d
augassign
2021-04-23 11:58:07 +08:00
changzherui
f63a13b2e9
modify check file name bug
2021-04-23 08:57:43 +08: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
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
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
changzherui
1f4c17edca
modify clean code
2021-04-21 10:56:16 +08:00
dinglinhe
54fb72e2b3
Update normalization description at nn/layer/normalization.py
2021-04-20 12:30:37 +08:00
yangzhenzhang
c2ca2232c5
add select op
2021-04-20 09:23:22 +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
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
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
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
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
6e6eaebb77
Fix unused return value in main code
2021-04-16 11:33:35 -04:00
yangzhenzhang
f9f5df368e
add gathernd op
2021-04-16 14:29:03 +08: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
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
zhangyunshu
d969be9107
profiler: fixed aicpu timeline
2021-04-15 19:35:24 +08:00
yangzhenzhang
bcd2ecc403
check layouts for shared parameter
2021-04-15 10:39:05 +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
Cathy Wong
7e6a03487e
dataset: Fill op: C++ API support, UTs and Pybind decoupling
2021-04-13 10:02:39 -04: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
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
jonyguo
a5cc81dc97
fix: wrong input order in test_paddeddataset.py
2021-04-09 17:22:31 +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
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
luoyang
624511337c
MindData Codespell correction
2021-04-07 10:20:29 +08:00
hesham
8535e89e6c
Remove DataBuffer
2021-04-05 17:55:59 -04:00
hesham
0d86cb1423
Remove rows_per_buffer
2021-04-04 00:22:16 -04:00