YangLuo
bf48400c10
unify include file of minddata
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
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
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
dinglinhe
54fb72e2b3
Update normalization description at nn/layer/normalization.py
4 years ago
kswang
9c8ada03fe
cpu unique kernel support fp16
4 years ago
lianliguang
4d7b7649e9
remove the useless PrimType
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
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
mindspore-ci-bot
5b7ed56d57
!12521 [WIP] MindData C++ Plugin infrastructure with GDAL decode
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
zhangzhaoju
a1db9c4959
Pybind11::object && PrimitivePy recycle optimize
4 years ago
yangzhenzhang
f9f5df368e
add gathernd op
4 years ago
mindspore-ci-bot
053b04ae6e
!15204 replace memcpy_async with tensor move
From: @laiyongqiang
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
4 years ago
Zirui Wu
8ebc512d25
plugin infrastruture for mindddata
add single element string tensor support for plugin tensor
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
17e42347fc
!15191 dataset UT: Update UTs to check for return Status
From: @cathwong
Reviewed-by: @pandoublefeng,@tom__chen
Signed-off-by: @pandoublefeng
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
zhangyunshu
d969be9107
profiler: fixed aicpu timeline
4 years ago
laiyongqiang
1533435015
replace memcpy_async with tensor move
4 years ago
yangzhenzhang
bcd2ecc403
check layouts for shared parameter
4 years ago
Cathy Wong
a2ee0cb3e5
dataset UT: Update UTs to check for return Status
4 years ago
mindspore-ci-bot
1d89109d19
!14929 Cleanup stale comments about DataBuffers
From: @hfarahat
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @pandoublefeng
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
3068d66d63
!14745 refactor infer value
From: @lianliguang
Reviewed-by: @ginfung
Signed-off-by:
4 years ago
mindspore-ci-bot
e07a69d8f8
!14874 GNN dataset new feature
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
hesham
15354569f2
Cleanup stale comments about DataBuffers
4 years ago
ms_yan
ecb8d6bc08
add pil version cubic resize
4 years ago
LianLiguang
bdc21bcf3e
change infer value
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
mindspore-ci-bot
74f4c85315
!14750 Address some code issues in MD
From: @hfarahat
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
f451625ea9
!14822 Fix cache client status reset and final flush
From: @lixiachen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
4 years ago
jonyguo
a5cc81dc97
fix: wrong input order in test_paddeddataset.py
4 years ago
hesham
97cf4e516e
Address 3 code issues:
1- access out of bound memory in toFlatIndex
2- CreateFromNPArray function is 50>
3- duplicate variable init
4 years ago