Zhang Qinghua
9b26c210f4
Eliminate all useless nodes related to UpdateStates.
2021-02-26 14:32:50 +08:00
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
2021-02-24 10:55:18 +08:00
mindspore-ci-bot
182d928379
!12553 dataset: Split c_api_vision_test.cc
...
From: @cathwong
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-02-24 02:01:30 +08:00
Cathy Wong
6112738fea
dataset: Split c_api_vision_test.cc
2021-02-23 11:04:29 -05:00
mindspore-ci-bot
5c3fe0f9ac
!12526 replace tab with spaces
...
From: @xsmq
Reviewed-by: @ljl0711,@zhoufeng54
Signed-off-by: @zhoufeng54
2021-02-23 10:12:32 +08:00
mindspore-ci-bot
086374f306
!12493 Added GetAffineTransform operator
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
2021-02-23 09:54:04 +08:00
xsmq
923b53d2e6
replace tab with spaces
2021-02-23 09:41:47 +08:00
chendongsheng
425e5cae49
added log callback
2021-02-22 20:05:35 +08:00
shenwei41
d8d56b5374
GetAffineTransform
2021-02-22 15:22:34 +08:00
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
2021-02-20 15:29:33 -05:00
mindspore-ci-bot
98f6d78778
!12361 Provide C++ API class for text and data transforms ops
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
2021-02-20 04:38:26 +08:00
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
...
Add API class for text transforms ops
2021-02-18 15:58:44 -05:00
mohammad
9e6fcc7f23
return status from sampler IR functions
2021-02-17 12:01:34 -05:00
mindspore-ci-bot
c8332c16f7
!11957 getRotationMatrix2D and getPerspectiveTransform
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
2021-02-11 00:08:56 +08:00
shenwei41
737e828f3d
getRotationMatrix2D and getPerspectiveTransform
2021-02-10 12:35:56 +08:00
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
2021-02-10 10:34:38 +08:00
Eric
9953757ff4
Fixed tenor compile error for MD
2021-02-09 14:56:31 +08:00
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)
```
2021-02-08 09:01:15 +08:00
chendongsheng
40f2571f7e
added http client
2021-02-06 21:50:44 +08:00
mindspore-ci-bot
500bbf5da7
!12164 update graphengine
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
2021-02-06 13:04:53 +08:00
jjfeing
502be04491
upgrade 0204
2021-02-06 10:51:43 +08:00
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
2021-02-05 17:19:52 +08:00
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:
2021-02-05 16:27:19 +08:00
mindspore-ci-bot
c9aaa70b39
!12092 Change L2Norm, merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung
Signed-off-by:
2021-02-05 14:13:12 +08:00
mindspore-ci-bot
ad5b033cc5
Change L2Norm, r1.1 to master
2021-02-05 09:42:43 +08:00
Cathy Wong
3e6e35d749
dataset: delete minddata/dataset/include/status.h
2021-02-04 10:19:08 -05:00
jinyaohui
8022f9a6ed
modify pack to stack
2021-02-04 18:54:31 +08:00
wangnan39@huawei.com
cd9173fdfd
unify the output num of optimizer ops
2021-02-04 17:46:00 +08:00
jinyaohui
d9be0c102d
add some ops
2021-02-03 19:47:53 +08:00
mindspore-ci-bot
cbfba95ad0
!11921 do not broaden when arg is not tensor
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
2021-02-03 17:07:47 +08:00
buxue
6ccc4379b4
do not broaden scalar
2021-02-03 11:30:25 +08:00
hesham
715d70f397
Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores.
2021-02-02 11:38:27 -05:00
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
2021-02-02 19:06:39 +08:00
shenghong96
49144fde37
fix UT of test_topk_no_split
2021-02-02 16:52:20 +08:00
mindspore-ci-bot
b189f177bb
Change tuple_getitem to TupleGetItem and some other ops, merge from r1.1 to master
2021-02-02 15:54:15 +08:00
xsmq
a8259bae9b
disable ut cpp case(test_topk_no_split)
2021-02-02 15:52:05 +08:00
mindspore-ci-bot
e02058133e
!11526 unifiled lite & cloud api
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
2021-02-02 10:39:57 +08:00
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
2021-02-02 09:16:08 +08:00
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
2021-02-02 09:15:56 +08:00
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
2021-02-01 12:30:16 -05:00
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
2021-02-01 17:53:52 +08:00
mindspore-ci-bot
066ebe516e
!11794 remove useless code of dot
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2021-02-01 17:38:26 +08:00
mindspore-ci-bot
a9dfb07cf1
!11660 get cube size by data type
...
From: @liubuyu
Reviewed-by:
Signed-off-by:
2021-02-01 11:20:49 +08:00
zhouyuanshen
d1e6878011
remove dot
2021-02-01 09:39:27 +08:00
mindspore-ci-bot
ce89cc5e8b
!11761 Change GatherV2 to Gather (merge from r1.1 to master)
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
2021-01-30 17:53:20 +08:00
mindspore-ci-bot
f980561fe1
!11598 [MD] add common validation functions for transform
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
2021-01-30 14:32:44 +08:00
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
2021-01-30 14:13:47 +08:00
liubuyu
4a3cbda322
get cube size by dtype
2021-01-29 20:08:56 +08:00
YangLuo
1893ae8662
[MD] add common validation functions for transform
2021-01-29 16:29:47 +08:00
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
2021-01-29 03:48:45 +08:00