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
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
...
Add API class for text transforms ops
4 years ago
Eric
9953757ff4
Fixed tenor compile error for MD
4 years ago
YangLuo
1893ae8662
[MD] add common validation functions for transform
4 years ago
xiefangqi
3c6cc3c58c
Add NormalizePadOp
5 years ago
Xiao Tianci
0659473535
add TruncateSequencePair, ToNumber C++ API and enable three test cases
5 years ago
mohammad
9cfeb08c4d
port name() to TensorOperation and its derived classes
5 years ago
shenwei41
4132228c10
Add c++ api of randomresizecropwithbbox
5 years ago
luoyang
d43155b5b0
[MD] Decouple more Transform Ops
5 years ago
luoyang
9a57cbacd9
[MD] Transform api decouple
5 years ago
shenwei41
9ffdf0b6d4
Add transform API
5 years ago
Zirui Wu
5d1ada682c
remove uncessary headers
...
staging II
clean up
further clean up
fix merge conflict with 8139
fix complie err
5 years ago
hesham
5169fb4c42
Remove api namespace
5 years ago
shenwei41
779f0f387b
Add transforms API
5 years ago
Zirui Wu
cfc50e231a
Added IR breakdown for remaining ops after PR7596
...
fix android build failure
fix include in datasets.cc
attempting fix android build
fix complie err x86
5 years ago
Zirui Wu
d471552fc5
shuffle take repeat bucketbatch buildvocab repeat shuffle take project concat rename node IR added
...
concat, bucketbatch project rename
fix ci round 1
fix ci round 2
fix up
fix ci
5 years ago
Zirui Wu
52eec881ec
Refactor ImageFolderNode and BatchNode into its separate files
...
fix ci
fix ci
address review cmmts, fix ci
remove dup code in datasets.cc
5 years ago
Eric
d3e89086e5
Removed check for normalize mean
5 years ago
Cathy Wong
9f7c1a32e7
C++ API: vision ops - reorder and add gap UTs; correct parm desc style
5 years ago
mindspore-ci-bot
7e7d47db50
!7266 RandomResizedCrop for C API
...
Merge pull request !7266 from MahdiRahmaniHanzaki/c-api
5 years ago
shenwei41
87b108f4e0
C++ api add Rescale
5 years ago
Mahdi
c8333accfc
RandomResizedCrop C API
5 years ago
YangLuo
9e033bbe19
C++ api add TypeCaseOp & RandomCropDecodeResizeOp
5 years ago
Cathy Wong
2aa26d245c
C++ API: Move vision ops to new vision files; create transforms namespace
5 years ago