Mahdi
0e03f5b0dd
Added GetDatasetSize
5 years ago
Cathy Wong
051bc60edb
C++ API: ValidateParams support for TensorOps; plus minor dataset fixes
5 years ago
mindspore-ci-bot
3355bb5f2f
!7657 Leaf node IR breakdown, port to engine/ir/datasetops/source/
Merge pull request !7657 from ZiruiWu/ir_breakdown_leaf_nodes
5 years ago
mindspore-ci-bot
9d35fdc4e5
!7653 [MD] C++ api SaveOp
Merge pull request !7653 from luoyang/c-api-pyfunc
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
luoyang
8e60cfe800
[MD] C++ api save
5 years ago
hesham
c94162ac94
Add c++ API for dataset Caching
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
mindspore-ci-bot
938f377886
!7555 Add TreeConsumer and RuntimeContext to support multiple front ends
Merge pull request !7555 from h.farahat/consumers
5 years ago
hesham
d7b5f48345
Change c++ Iterator to use Runtime2
Change c++ Iterator to use Runtime
Add Runtime header file
Add treeConsumer header file
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
mindspore-ci-bot
db0868d745
!7536 fix minddata arm64 build
Merge pull request !7536 from EricZ/fix_dataset_lite_build
5 years ago
Eric
3691260031
Added fix for arm64
5 years ago
Zirui Wu
aa8442e0a3
add skeleton code for tree_adapter
stage II tree_adapter
add test case for tree_adapter
use dfs to build tree
add more test case
add test case
fix ci
fix ci round 2
fix ci round 3
fix ci round 4
fix complie error
fix ci round 6
fix ci round 7
fix ci round 8
fix ci round 9
5 years ago
alex-yuyue
24f35ae322
Change IR to take dataset Obj as input and change name *Dataset to *Node
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
mindspore-ci-bot
48601f51b0
!7295 [MD] C++ api add MindDataset
Merge pull request !7295 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
947f6d96d1
!7414 C++ api add config_manager
Merge pull request !7414 from xiaotianci/c_api_config
5 years ago
Xiao Tianci
fb98fbcc9f
add c api config
5 years ago
luoyang
2dc8e5f421
[MD] C++ api add MindDataset
5 years ago
Eric
1f11ccce06
Removed log_adapter dependency for minddata lite
Brute force fix?
Added missing import
Added removal of new cache functionality
Fix batch
Remove crc and cache optimizer
Remove affine
Remove cut mix batch
Added securec.h
Removed unused crc import
Fixed minor arm64 compile issues for tensor ops
Removed excess code from de_tensor
Added vision import
remove random device ops
Removed commented line
Added extra layer to switch adapter logic
Added securec
Added float fix
5 years ago
Cathy Wong
f91ecaaf6d
C++ API: Change datasets.cc ValidateParams support to return Status instead of bool
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
Mahdi
e92d4edceb
Updated TensorRow conversion
5 years ago
Jesse Lee
70f7e1df3f
Fix merge error
5 years ago
Eric
c24870604e
Added fix for arm 64 build
5 years ago
luoyang
9064a5f731
add num_row check & fix api distributed sampler, lookup, default value
of usage
5 years ago
Eric
4352317d58
Added compiling lite
5 years ago
luoyang
581335453e
Change return val of GetNextRow
5 years ago
mindspore-ci-bot
5247fe7315
!6015 Adding md dependency fetching from ms lib server
Merge pull request !6015 from EricZ/fix_md_submodule
5 years ago
Eric
2a1bcddd69
Added check for ms server
Added open cv options from ms server
Fixed struct declaration
5 years ago
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
5 years ago
Zirui Wu
bde9f18f5a
update lookup api to take in a type
ci
add test case
address some of the review cmts
address review cmts
5 years ago
mindspore-ci-bot
2f3684d4fa
!4872 Add C++ API support for TFRecordDataset
Merge pull request !4872 from TinaMengtingZhang/cpp-api-tfrecord-dataset
5 years ago
jiangzhiwen
1a1a8893a4
Align num_samples of CSV with other dataset
5 years ago
tinazhang
e430b4056a
add tfrecord dataset to cpp api
fix to support schema=nullptr
5 years ago
luoyang
ce419404ce
Add check for duplicate column for a-cpi
5 years ago
mindspore-ci-bot
b99149dc37
!4901 Adding data_helper for minddata
Merge pull request !4901 from EricZ/md_helper
5 years ago
mindspore-ci-bot
3be136f6f0
!5354 Fix randomdata issue
Merge pull request !5354 from xiefangqi/fix_randomdata_columnlist
5 years ago
mahdi
84efa0b96b
Added BucketBatchByLength for C API
5 years ago
Eric
65bf3ecc3e
Adding data_helper class
5 years ago
ervinzhang
50cda2f8b1
added build option to build full minddata in ms-lite
5 years ago
xiefangqi
e2085a9505
fix randomdata issue
5 years ago
mindspore-ci-bot
716329df6c
!5278 Change default value of sampler in c-api
Merge pull request !5278 from luoyang/c-api
5 years ago
YangLuo
419478b410
Change default value of sampler to seperate behaviour of default sampler
& null sampler, add check for duplicate column name
5 years ago
islam_amin
94a4a3f20b
changing affine and posterize apis
5 years ago