mindspore-ci-bot
dd22b5ea71
!12432 api support dual abi
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
febbbf45c8
added server
4 years ago
chendongsheng
c2be37aee8
fixed ut
4 years ago
yuchaojie
6d195f340c
add SyncBatchNorm
4 years ago
mindspore-ci-bot
7c32bbe972
!12516 added worker
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5589881ffe
!12612 dataset: C++ API Vision support for Ops with TensorTransform op input
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
zhoufeng
504f215800
api support dual abi
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
ac5b59c962
!12634 remove cpp infer reg
...
From: @lianliguang
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
2f1f0c438d
dataset: C++ API Vision support for Ops with TensorTransform op input
...
plus UTs
4 years ago
mohammad
6ffaf6bf00
fix sampler call in affine transform test
4 years ago
mindspore-ci-bot
f1c7aeaa6b
!12555 Create C++ API classes for Samplers
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5556b12da4
!12480 Adding Affine API
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
6c22dc0d55
added worker
4 years ago
mindspore-ci-bot
b13cabeb10
!12621 Eliminate all redundant nodes related to UpdateStates.
...
From: @zh_qh
Reviewed-by: @ginfung,@hwhewei
Signed-off-by: @ginfung
4 years ago
mindspore-ci-bot
f269f3fc8d
!12231 Support ad for scalar inputs
...
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
LianLiguang
2fa4997674
remove all of cpp infer reg
4 years ago
Zhang Qinghua
9b26c210f4
Eliminate all useless nodes related to UpdateStates.
4 years ago
mohammad
f73def5933
make C++ API classes for samplers
4 years ago
Eric
d328d6eb54
Adding affine
...
Need to move Affine to image_utilC
Refactored affine
Added affine API
Added API class impl
Removed default from vision ir
Compiling
removed extra file
Spell check
4 years ago
yujianfeng
41189781f3
support scalar input for cell
4 years ago
TinaMengtingZhang
518828b639
Support 3 composed data ops and cleanup code
4 years ago
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
4 years ago
mindspore-ci-bot
182d928379
!12553 dataset: Split c_api_vision_test.cc
...
From: @cathwong
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
Cathy Wong
6112738fea
dataset: Split c_api_vision_test.cc
4 years ago
mindspore-ci-bot
5c3fe0f9ac
!12526 replace tab with spaces
...
From: @xsmq
Reviewed-by: @ljl0711,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
086374f306
!12493 Added GetAffineTransform operator
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
xsmq
923b53d2e6
replace tab with spaces
4 years ago
chendongsheng
425e5cae49
added log callback
4 years ago
shenwei41
d8d56b5374
GetAffineTransform
4 years ago
Cathy Wong
3fc204e3bc
dataset: Create C++ API classes for vision transform ops
...
Review rework
Add overloaded API Map function
Overload Execute, update st test_de.cc and enhance ut execute_test.cc;
More TensorTransform support for BoundingBoxAugment and UniformAug
Execute support for auto case; UT updates
Rebase updates, including fix CI Ascend compilations
test_de.cc - comment out dvpp tests
Rebase updates
Added back testcase and constructor
Added back constructor
added missing macro
Fixed Macro
removed decode
4 years ago
mindspore-ci-bot
98f6d78778
!12361 Provide C++ API class for text and data transforms ops
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
...
Add API class for text transforms ops
4 years ago
mohammad
9e6fcc7f23
return status from sampler IR functions
4 years ago
mindspore-ci-bot
c8332c16f7
!11957 getRotationMatrix2D and getPerspectiveTransform
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
737e828f3d
getRotationMatrix2D and getPerspectiveTransform
4 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
4 years ago
Eric
9953757ff4
Fixed tenor compile error for MD
4 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
...
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
4 years ago
chendongsheng
40f2571f7e
added http client
4 years ago
mindspore-ci-bot
500bbf5da7
!12164 update graphengine
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
jjfeing
502be04491
upgrade 0204
4 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
4 years ago
mindspore-ci-bot
aebe263dce
!11895 unify mindir for different backend: the output num of optimizer ops, the backward of concat
...
From: @wangnan39
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c9aaa70b39
!12092 Change L2Norm, merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung
Signed-off-by:
4 years ago
mindspore-ci-bot
ad5b033cc5
Change L2Norm, r1.1 to master
4 years ago
Cathy Wong
3e6e35d749
dataset: delete minddata/dataset/include/status.h
4 years ago
jinyaohui
8022f9a6ed
modify pack to stack
4 years ago
wangnan39@huawei.com
cd9173fdfd
unify the output num of optimizer ops
4 years ago
jinyaohui
d9be0c102d
add some ops
4 years ago
mindspore-ci-bot
cbfba95ad0
!11921 do not broaden when arg is not tensor
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
buxue
6ccc4379b4
do not broaden scalar
4 years ago
hesham
715d70f397
Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores.
4 years ago
mindspore-ci-bot
a616196586
!11982 Change tuple_getitem to TupleGetItem merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
shenghong96
49144fde37
fix UT of test_topk_no_split
4 years ago
mindspore-ci-bot
b189f177bb
Change tuple_getitem to TupleGetItem and some other ops, merge from r1.1 to master
4 years ago
xsmq
a8259bae9b
disable ut cpp case(test_topk_no_split)
4 years ago
mindspore-ci-bot
e02058133e
!11526 unifiled lite & cloud api
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e897eb4c41
!11915 Change TensorAdd to Add, merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
4 years ago
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
mindspore-ci-bot
066ebe516e
!11794 remove useless code of dot
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
a9dfb07cf1
!11660 get cube size by data type
...
From: @liubuyu
Reviewed-by:
Signed-off-by:
4 years ago
zhouyuanshen
d1e6878011
remove dot
4 years ago
mindspore-ci-bot
ce89cc5e8b
!11761 Change GatherV2 to Gather (merge from r1.1 to master)
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
f980561fe1
!11598 [MD] add common validation functions for transform
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
4 years ago
liubuyu
4a3cbda322
get cube size by dtype
4 years ago
YangLuo
1893ae8662
[MD] add common validation functions for transform
4 years ago
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8e4a6842ff
!11681 gnn support edge weight sampling
...
From: @heleiwang
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
4 years ago
hesham
7120c66998
Add SubsetSampler
4 years ago
mindspore-ci-bot
4cd6588af0
!11393 Migrating cache transform pass from execution tree to IR tree
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
xulei2020
de630f1cb1
Add parameter verification for getROI function
...
fix c++ ut compilation failed of Asan bug
4 years ago
Lixia Chen
922e1f4f36
Migrate CacheTransformPass
4 years ago
chendongsheng
c7fe82b43d
Custom data transmission format
4 years ago
Cathy Wong
a3b10213b7
dataset: Resolve protected parent_access from DeepCopyPass
4 years ago
xiefangqi
3f76abcdee
minddata err msg add file path
4 years ago
mindspore-ci-bot
2beb916bf5
!11427 TextOp decoupling
...
From: @alexyuyue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
fcc4a4eaea
!11397 add GetDatasetSize to concat_node
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
mohammad
b5e91139e2
add GetDatasetSize to concat node
4 years ago
mindspore-ci-bot
0641940b87
!11472 support to checkpoint group info
...
From: @yangzhenzhang
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
4 years ago
yangzhenzhang
7303c3d3b8
add group ckpt
4 years ago
xulei2020
de6356ebfa
add warp affine
4 years ago
alex-yuyue
a8675f8227
TextOp decoupling
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
d8323b5d51
!11342 Support device memeory profiling
...
From: @yanghaitao1
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
yuchaojie
1932d87a26
update some op's attr name
4 years ago
mindspore-ci-bot
60feffad20
!11332 update Pooling's attr kernel_size, pad_mode
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
yanghaitao1
8d147deb07
profiler memory
4 years ago
mindspore-ci-bot
c155dfee7a
!11329 [MD] Rename SamplerObj::Build() to SamplerBuild()
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Lixia Chen
273865a72b
Rename SamplerObj::Build() to SamplerBuild()
4 years ago
Lixia Chen
3c5917a03d
Fix IR node Drop()
4 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
4 years ago
mindspore-ci-bot
cb58b5baa5
!11211 Provide functions for modifying IR tree (Insert/Drop/Append nodes)
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Nat Sutyanyong
e28fb6ce4d
Tested with new test cases and all dataset UTs passed
4 years ago
yangzhenzhang
38ea8784c6
update infer mirror ops
4 years ago
mindspore-ci-bot
dfa6daaa57
!11249 【MD】fix bug for extractchannel when type is UINT16
...
From: @xulei2020
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
581789c252
!11246 add num_epochs to CPP API Dataset::CreateIterator()
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8ef663fa68
!11248 dataset: Use int32_t for text's vocab_size
...
From: @cathwong
Reviewed-by: @mikef,@robingrosman
Signed-off-by:
4 years ago
xulei2020
5dd651f1a5
fix bug for extractchannel when type is UINT16
4 years ago
Cathy Wong
4b1ccf9dd5
dataset: Use int32_t for text's vocab_size
4 years ago
Zirui Wu
fa553956ef
add num_epochs to CPP API Dataset::CreateIterator(columns,num_epochs)
4 years ago
lilei
9a45c4419c
modify batch_normal
4 years ago
mohammad
f48ab2b5c9
make MD public headers standalone
4 years ago
chendongsheng
048534b75e
Switch bare pointer to shared_ptr
4 years ago
Zirui Wu
0e68575e77
port over getter pass
...
port over tensor_op_fusion pass
add fusion support for prebuildOpeartion (TensorOpeartion)
4 years ago
mindspore-ci-bot
1d1f6841b9
!10937 keep consistent in Graph mode and PyNative mode for 'isinstance'
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5fd77356c9
!9687 Adding AddChild functionality to SamplerObj
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
buxue
6d395c1d3f
keep consistent in Graph mode and PyNative mode for 'isinstance'
4 years ago
mindspore-ci-bot
a5869f2984
!10142 dataset CPP UT: Updates for ExecTree to IRTree Support
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Nat Sutyanyong
7c5b2de1ec
dataset CPP UT: Updates for ExecTree to IRTree Support
4 years ago
mindspore-ci-bot
4322d737f3
!10689 added retry and unit test
...
From: @anancds
Reviewed-by: @limingqi107,@cristoval
Signed-off-by:
4 years ago
mindspore-ci-bot
4bb54e5ffe
!10710 add ut for primitve c of conv2d
...
From: @lianliguang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
LianLiguang
4504766bbd
add ut for conv2d
4 years ago
chendongsheng
b289c6184a
added retry and unit test
4 years ago
mindspore-ci-bot
ca3ac703c9
!10627 handler signal
...
From: @zhupuxu
Reviewed-by:
Signed-off-by:
4 years ago
jonyguo
f97d03f695
impl mindrecord lazy load
4 years ago
zhupuxu
e36175b0dc
handler signal
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
Xiaoda Zhang
3c27c08b46
change memory cost calculation in auto-parallel
4 years ago
mindspore-ci-bot
b96d4315dc
!10393 added collective send and receive
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
LianLiguang
cb909c7242
add ut for conv2d
4 years ago
chendongsheng
24345595f3
added collective send and receive
4 years ago
yanghaoran
b8345d03b6
Synchronize latest Ascend software 18 Dec 2020, with profiler fixes
4 years ago
Zirui Wu
0a31f563a7
minor fixes
4 years ago
mindspore-ci-bot
20df37e428
!10287 Add ut for dataset to_number
...
From: @luoyang42
Reviewed-by: @heleiwang
Signed-off-by:
4 years ago
mindspore-ci-bot
f1e1a2afd6
!10223 fixed codex and change bare pointer to shared pointer
...
From: @anancds
Reviewed-by: @limingqi107
Signed-off-by:
4 years ago
Zirui Wu
0e2f7a9e9e
add validate param to base class DatasetNode
4 years ago
YangLuo
da6de519ae
Add ut for dataset to_number
4 years ago
chendongsheng
ee23af58d8
fixed codex
4 years ago
Xiao Tianci
633f97bb48
fix get dataset size in distributed scenario
4 years ago
mindspore-ci-bot
c4f284b928
!9910 [MD][Perf] MindData add NormalizePad for GPU performance
...
From: @xiefangqi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
dd134d7554
!9926 optimize list setitem in bprop
...
From: @zhangbuxue
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
buxue
2530943a7f
optimize list getitem in bprop
4 years ago
xiefangqi
3c6cc3c58c
Add NormalizePadOp
4 years ago
mindspore-ci-bot
c403948961
!9931 add reset device, fix runtime delete ring buffer failed
...
From: @zhoufeng54
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
fd311cf316
!9843 Added server node
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
zhoufeng
ee7e412def
add reset device, fix runtime delete ring buffer failed
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
058fbd2d1f
!9765 remove serving in mindspore repo
...
From: @xu-yfei
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
chendongsheng
2d2bf2d0ee
added server node
4 years ago
Mahdi
0f2b5d8cac
Changed SamplerObj validate params to return status and added AddChild to it
4 years ago
xuyongfei
c9b072b94d
remove serving in mindspore repo
4 years ago
chendongsheng
ee4132889e
added worker node
4 years ago
Zirui Wu
91a6b2b0ca
Add checks to RandomData and LookUp
4 years ago
mindspore-ci-bot
e8a442eeb3
!9700 add ps cache manager
...
From: @limingqi107
Reviewed-by:
Signed-off-by:
4 years ago
limingqi107
eca951c7bc
add ps cache manager
4 years ago
yanghaoran
306bbe0e65
Synchronize latest Ascend software suite 09 Dec 2020, with refactored GraphEngine
4 years ago
mindspore-ci-bot
317a97e6b9
!9336 auto num_parallel_workers setup
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a2c80435ce
!9685 Fix a core dump in TreeConsumer::Terminate() plus minor cache fixes
...
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
4 years ago
Zirui Wu
d6df1b0832
Implemented AutoNumWorker Pass which sets num_workers of selected parallel ops automatically if enabled
4 years ago