mindspore-ci-bot
4b7e76b4fb
!12796 AIpp config file generator bug fix
From: @lizhenglong1992
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
mindspore-ci-bot
4f504ad2a3
!12760 Fix include file(samplers.h) contains internal head file & Fix execute ut
From: @luoyang42
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @pandoublefeng,@liucunwei
5 years ago
mindspore-ci-bot
1f93d097cf
!12762 [MD] C++ API class: make Parse() as protected
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
3f3621e429
!12484 MD C++ api decouple ABI compile macro
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
07dd752e1e
Fix aipp config file generator bug
5 years ago
luoyang
24de4f12fa
MindData support dual ABI
5 years ago
mindspore-ci-bot
e76b4e3dda
!12679 replace ps-lite
From: @anancds
Reviewed-by:
Signed-off-by:
5 years ago
YangLuo
eecbc99b2e
fix minddata include internal head file & fix execute ut
5 years ago
mindspore-ci-bot
163fc607a1
!12761 [MD] Disable MSContext in Minddata temporarily to avoid link error
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
chendongsheng
db0a6f1e19
replace ps-lite
5 years ago
TinaMengtingZhang
ccefa8b32e
Make Parse() as protected
5 years ago
YangLuo
2ab47c1887
Disable MSContext in Minddata temporarily to avoid link error
5 years ago
Zhenglong Li
5cf805d46a
Fix some issue of ERROR information in log
5 years ago
mindspore-ci-bot
c33d767314
!12672 Aipp config file generation
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
22e5ed13d6
Aipp config file generation
5 years ago
mindspore-ci-bot
dd22b5ea71
!12432 api support dual abi
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
5 years ago
zhoufeng
504f215800
api support dual abi
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
Cathy Wong
2f1f0c438d
dataset: C++ API Vision support for Ops with TensorTransform op input
plus UTs
5 years ago
mindspore-ci-bot
f1c7aeaa6b
!12555 Create C++ API classes for Samplers
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
5556b12da4
!12480 Adding Affine API
From: @ezphlow
Reviewed-by:
Signed-off-by:
5 years ago
mohammad
f73def5933
make C++ API classes for samplers
5 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
5 years ago
TinaMengtingZhang
518828b639
Support 3 composed data ops and cleanup code
5 years ago
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
5 years ago
mindspore-ci-bot
ee56e603c7
!12511 Fix include issue
From: @lizhenglong1992
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
Zhenglong Li
df39cf62a9
Fix include issue
5 years ago
shenwei41
d8d56b5374
GetAffineTransform
5 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
5 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:
5 years ago
mindspore-ci-bot
515728da81
!12363 Sampler IR functions return status
From: @mhmotallebi
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
3f7e9fe7d5
!12381 Device resource divide refactor and compling macro elimination
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
f2dce335f2
Make the resource manager independent, new base class DeviceResource and new derived class AscendResource
5 years ago
YangLuo
d8ace8f041
fix minddata issues
5 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
Add API class for text transforms ops
5 years ago
mohammad
9e6fcc7f23
return status from sampler IR functions
5 years ago
mindspore-ci-bot
f9f24ca94d
!12360 Adjust log level for cache server/admin/perf
From: @lixiachen
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
c5df707b69
!12327 Block caching after random pyfunc cases
From: @lixiachen
Reviewed-by:
Signed-off-by:
5 years ago
Lixia Chen
389dec70d1
Adjust log level for cache server/admin/perf
and fix cache perf tool compilation
5 years ago
mindspore-ci-bot
ced5575387
!12353 Move sampler IR code to engine/ir
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
5 years ago
Lixia Chen
0667818d9a
Block caching after random pyfunc
5 years ago
mindspore-ci-bot
1e75ac45c4
!12348 Fix SequentialSampler issue
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
5 years ago
mohammad
74bc54b694
push down sampler IR files
5 years ago
mindspore-ci-bot
ed7fef5d5e
!12349 [MD] Push down IR files for transforms and text
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
TinaMengtingZhang
462422acc7
Move transforms and text ir down
5 years ago
mindspore-ci-bot
806b639f02
!9720 restructure python bindings
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
5 years ago
Mahdi
4b106f184c
Fixed an issue with SequentialSampler
5 years ago
mindspore-ci-bot
c8332c16f7
!11957 getRotationMatrix2D and getPerspectiveTransform
From: @shenwei41
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
260c77f4ad
!12336 [MD] fix sampler log & transform log
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
luoyang
416ad23e9d
fix resize & randomcoloradjust
fix sampler
5 years ago
shenwei41
737e828f3d
getRotationMatrix2D and getPerspectiveTransform
5 years ago