Commit Graph

1077 Commits

Author SHA1 Message Date
TinaMengtingZhang ccefa8b32e Make Parse() as protected 2021-03-01 15:07:36 -05:00
mindspore-ci-bot 85461bcdb3 !12532 add SyncBatchNorm
From: @yuchaojie
Reviewed-by: 
Signed-off-by:
2021-03-01 19:34:41 +08:00
mindspore-ci-bot 614cf339ad !12703 Add a switch to control grad for scalar
From: @ginfung
Reviewed-by: 
Signed-off-by:
2021-02-27 20:53:42 +08:00
mindspore-ci-bot c34fda33df !12578 added server
From: @anancds
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @cristoval
2021-02-27 19:36:19 +08:00
yujianfeng f0b7c3dd4d Add a switch to control grad for scalar 2021-02-27 18:12:37 +08:00
mindspore-ci-bot dd22b5ea71 !12432 api support dual abi
From: @zhoufeng54
Reviewed-by: 
Signed-off-by:
2021-02-27 16:19:54 +08:00
chendongsheng febbbf45c8 added server 2021-02-27 15:49:18 +08:00
chendongsheng c2be37aee8 fixed ut 2021-02-27 14:36:03 +08:00
yuchaojie 6d195f340c add SyncBatchNorm 2021-02-27 14:32:54 +08:00
mindspore-ci-bot 7c32bbe972 !12516 added worker
From: @anancds
Reviewed-by: 
Signed-off-by:
2021-02-27 14:22:39 +08:00
mindspore-ci-bot 5589881ffe !12612 dataset: C++ API Vision support for Ops with TensorTransform op input
From: @cathwong
Reviewed-by: 
Signed-off-by:
2021-02-27 10:30:53 +08:00
zhoufeng 504f215800 api support dual abi
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-02-27 10:09:40 +08:00
mindspore-ci-bot ac5b59c962 !12634 remove cpp infer reg
From: @lianliguang
Reviewed-by: 
Signed-off-by:
2021-02-27 09:29:44 +08:00
Cathy Wong 2f1f0c438d dataset: C++ API Vision support for Ops with TensorTransform op input
plus UTs
2021-02-26 16:25:30 -05:00
mohammad 6ffaf6bf00 fix sampler call in affine transform test 2021-02-26 15:35:06 -05:00
mindspore-ci-bot f1c7aeaa6b !12555 Create C++ API classes for Samplers
From: @mhmotallebi
Reviewed-by: 
Signed-off-by:
2021-02-27 02:54:19 +08:00
mindspore-ci-bot 5556b12da4 !12480 Adding Affine API
From: @ezphlow
Reviewed-by: 
Signed-off-by:
2021-02-26 21:35:05 +08:00
chendongsheng 6c22dc0d55 added worker 2021-02-26 21:10:16 +08:00
mindspore-ci-bot b13cabeb10 !12621 Eliminate all redundant nodes related to UpdateStates.
From: @zh_qh
Reviewed-by: @ginfung,@hwhewei
Signed-off-by: @ginfung
2021-02-26 16:14:47 +08:00
mindspore-ci-bot f269f3fc8d !12231 Support ad for scalar inputs
From: @ginfung
Reviewed-by: 
Signed-off-by:
2021-02-26 15:50:32 +08:00
LianLiguang 2fa4997674 remove all of cpp infer reg 2021-02-26 15:19:26 +08:00
Zhang Qinghua 9b26c210f4 Eliminate all useless nodes related to UpdateStates. 2021-02-26 14:32:50 +08:00
mohammad f73def5933 make C++ API classes for samplers 2021-02-25 17:29:43 -05:00
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
2021-02-25 16:55:02 -05:00
yujianfeng 41189781f3 support scalar input for cell 2021-02-25 09:56:15 +08:00
TinaMengtingZhang 518828b639 Support 3 composed data ops and cleanup code 2021-02-24 11:05:44 -05: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