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
zhousiyi
74d500a756
If a fv cnode is not mapped but belong to primal_graph_, then don't propagate this fv to caller, it should mapped instead
4 years ago
mindspore-ci-bot
5926f7c386
!13906 【MD】【BUG】Conventional judgment on the parameter h w not less than zero
From: @xulei2020
Reviewed-by:
Signed-off-by:
4 years ago
xulei2020
4122d1dcce
fix code format bug
4 years ago
mindspore-ci-bot
9023ba2b56
!13745 Enable zero dimension when it comes out of operator.
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
l00591931
923dd4b77a
enable zero dimension tensor when input is data
4 years ago
mindspore-ci-bot
1bc5a2d8ec
!13483 modify ci python ut execution
From: @changzherui
Reviewed-by:
Signed-off-by:
4 years ago
buxue
e3056ed9b2
show accurate code line when use uninitialized var in for
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
mindspore-ci-bot
1d505ebad3
!13528 Optimize the functions of log module
From: @askmiao
Reviewed-by: @ginfung,@zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago