Commit Graph

42 Commits

Author SHA1 Message Date
ms_yan cf721543a4 sync security checking fix into repo 2021-08-24 10:53:33 +08:00
Cathy Wong 03ff40644a MD CI code warning fixes 2021-07-09 14:40:30 -04:00
YangLuo 4e9f6d54f7 update cpp api & doc 2021-06-23 11:14:52 +08:00
hesham 495a51a76f Change error message in Execute when the tensor is empty 2021-06-21 13:46:17 -04:00
jonyguo 7ebf5b6011 fix: regular path 2021-06-16 15:38:00 +08:00
mindspore-ci-bot 1e2e554db3 !15380 Unify minddata include files(except for datasets.h) in scenario of cloud and lite
From: @luoyang42
Reviewed-by: @tiancixiao
Signed-off-by:
2021-04-28 09:57:46 +08:00
YangLuo bf48400c10 unify include file of minddata 2021-04-22 10:59:36 +08:00
dinglinhe 54fb72e2b3 Update normalization description at nn/layer/normalization.py 2021-04-20 12:30:37 +08:00
hesham 98f0f36a20 Removed unused include 2021-04-16 11:40:56 -04:00
YangLuo 5361e85972 Fix codex warning 2021-04-12 14:48:16 +08:00
lixian 693b4cfdc8 refactor cpp context, add string tensor, add get tensor by name 2021-03-19 16:08:55 +08:00
Eric 9b921953f9 misc issues 2021-03-15 22:30:04 -04:00
Zhenglong Li 762c63af6f Add error message 2021-03-10 14:54:51 +08:00
mindspore-ci-bot 723844a06f !12999 Dvpp input validation
From: @lizhenglong1992
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
2021-03-09 14:28:43 +08:00
Cathy Wong 24b991bae7 dataset: Delete minddata/dataset/include/tensor.h; codedex fixes 2021-03-08 11:58:28 -05:00
Zhenglong Li 2474a0237f Fix dvpp input validation and Aipp config generation issue 2021-03-08 21:25:44 +08:00
Zhenglong Li 2e5e1c644d Fix API class parse() issue in execute() during runtime, besides, we add some method for DeviceTensor class in order to adapt next period 2021-03-05 14:49:38 +08:00
mindspore-ci-bot 4b7e76b4fb !12796 AIpp config file generator bug fix
From: @lizhenglong1992
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
2021-03-03 15:04:02 +08:00
Zhenglong Li 07dd752e1e Fix aipp config file generator bug 2021-03-02 18:12:19 +08:00
YangLuo eecbc99b2e fix minddata include internal head file & fix execute ut 2021-03-02 14:12:33 +08:00
Zhenglong Li 5cf805d46a Fix some issue of ERROR information in log 2021-03-01 16:45:19 +08:00
Zhenglong Li 22e5ed13d6 Aipp config file generation 2021-02-27 18:27:17 +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 ee56e603c7 !12511 Fix include issue
From: @lizhenglong1992
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2021-02-23 09:55:49 +08:00
Zhenglong Li df39cf62a9 Fix include issue 2021-02-22 16:21:18 +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
Zhenglong Li f2dce335f2 Make the resource manager independent, new base class DeviceResource and new derived class AscendResource 2021-02-19 14:34:15 +08:00
Zhenglong Li e2d3495925 Dvpp refactor and 6 Dvpp operators 2021-02-10 10:34:38 +08:00
luoyang cd86788cf3 fix bugs of execute & update doc description in minddata 2021-02-07 22:52:52 +08:00
lixian 7d2fd6e76c cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
alex-yuyue 6fd58dc580 Add call for decoupled image and text ops
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2021-01-29 21:36:31 -05:00
Eric f758bfa79f CI fix part 1
Added CI fix
2021-01-13 22:03:58 -05:00
Eric 45292abdfd Added execute test case
Added execute tests for server
2020-11-18 23:44:46 -05:00
Eric 16673fbca9 Added signature for eager execute
Added fix for album, removed ifdef
2020-11-10 00:32:08 -05:00
hesham 5169fb4c42 Remove api namespace 2020-11-02 20:09:37 -05:00
Eric 5c37b95992 Added Crop, need decode.
Added decode for source operators

Partial lite build fix

Only crop op enabled

Removed opencv from mdlite "full" build

Adding tests

disabling tests for now, compiling

Halfway done adding normalize

Log linking failed for lite

Added normalize, and resize

Addressing comments part 1

Added CI fix part 1

Added CI fix part 2

added CI fix part 3

Added CI fix part 4

can't remove long

Removed open cv build completely

Removed packaging code for open cv

Disable lint check for C type

Fix CI issues part five
2020-10-26 17:17:33 -04:00
Eric 6af4e7c226 Addressing comments 2020-08-04 14:04:07 -04:00
ervinzhang f92d68456d fixed clang format 2020-08-04 13:52:23 -04:00
ervinzhang 6639149e58 fixed cpplint format 2020-08-04 13:36:07 -04:00
ervinzhang aec85d299b applied minor fixes 2020-08-04 10:36:11 -04:00
ervinzhang 50dcb79bdf added MindData lite 2020-08-04 09:16:30 -04:00