mindspore-ci-bot
b77c3f093d
!15436 augassign
From: @yepei6
Reviewed-by: @yanglf1121,@kingxian
Signed-off-by: @kingxian
4 years ago
yepei6
81789ffb5d
augassign
4 years ago
changzherui
f63a13b2e9
modify check file name bug
4 years ago
mindspore-ci-bot
e43a57fd37
!15525 clean code not used
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
1ecc638fad
!15442 modify code method metrics
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
4 years ago
zhangzhaoju
6a2aee492c
Clean code that not used
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
changzherui
1f4c17edca
modify clean code
4 years ago
dinglinhe
54fb72e2b3
Update normalization description at nn/layer/normalization.py
4 years ago
yangzhenzhang
c2ca2232c5
add select op
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
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
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
f9c5060cf2
!14930 Handle ignored returned Status
From: @hfarahat
Reviewed-by: @robingrosman,@pandoublefeng
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
6e6eaebb77
Fix unused return value in main code
4 years ago
yangzhenzhang
f9f5df368e
add gathernd op
4 years ago
alex-yuyue
97e3232b6d
Add more ut for transform ops and subset sampler
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
f09df9ac2f
!15248 Fix shellcheck warnings for cache shell scripts
From: @lixiachen
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Lixia Chen
91f9059263
Fix shellcheck warnings
4 years ago
yangzhenzhang
bcd2ecc403
check layouts for shared parameter
4 years ago
mindspore-ci-bot
727203a498
!14911 dataset: Fill op: C++ API support, UTs and Pybind decoupling
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
7e6a03487e
dataset: Fill op: C++ API support, UTs and Pybind decoupling
4 years ago
mindspore-ci-bot
e07a69d8f8
!14874 GNN dataset new feature
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
Zhenglong Li
f3895f2b09
Add get edges from nodes function for gnn network
4 years ago
mindspore-ci-bot
f0f7bf1ed1
!14885 fix: wrong input order
From: @jonyguo
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
jonyguo
a5cc81dc97
fix: wrong input order in test_paddeddataset.py
4 years ago
Lixia Chen
1f2b178a16
Reset CacheClient's status for a new run
Turn off lock only after all data is cached
4 years ago
mindspore-ci-bot
a9ba9b90f6
!14680 MindData Codespell correction
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
luoyang
624511337c
MindData Codespell correction
4 years ago
hesham
8535e89e6c
Remove DataBuffer
4 years ago
hesham
0d86cb1423
Remove rows_per_buffer
4 years ago
mindspore-ci-bot
c99fe1e412
!12841 DataBuffer removal from DE
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
28f4759537
!14606 parallel ut test
From: @yao_yf
Reviewed-by:
Signed-off-by:
4 years ago
yao_yf
a83fb3316b
fix parallel timeout
4 years ago
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
4 years ago
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
4 years ago
buxue
6f1105ea79
show accurate error line when use user defined class
4 years ago
luoyang
ec21d3f748
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
Fix error msg of pythontokenizer
4 years ago
changzherui
ffee537387
modify python ut
4 years ago
hesham
a9a80693be
Replace Databuffers with TensorRows
4 years ago
buxue
8c47ce1803
show accurate error info and error lines when use unsupported builtin function
4 years ago
changzherui
fde2856d5d
modify python ut
4 years ago
mindspore-ci-bot
7d911cdeeb
!14365 set parallel communication init in parallel ut
From: @yao_yf
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
4 years ago
yao_yf
4d0635eabe
set parallel communication init flag in parallel ut
4 years ago
buxue
d830a2b55a
optimize exception mode when use undefined name in if for and while
4 years ago
mindspore-ci-bot
5d0490909d
!14097 map a fv cnode if it is not mapped and belong to primal_graph_
From: @xychow
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago