Mahdi
94e916b0c2
Fixed duplicate column problem in BucketBatchByLength
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
e10d55165a
!7679 Modify calibration parameters
Merge pull request !7679 from shenwei41/question
5 years ago
mindspore-ci-bot
de4da6457e
!7650 modify variable type from int to int32_t
Merge pull request !7650 from anzhengqi/fixed-variable-type
5 years ago
shenwei41
6f8e94abd0
Modify calibration parameters
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
mindspore-ci-bot
19b10d474f
!7530 [MD] Add divide image proccessing
Merge pull request !7530 from jiangzhiwen/lite/image_divide
5 years ago
mindspore-ci-bot
dc1ecdab28
!7623 [Data]Modify the behavior of the lite dataset, the default setting is to compile the dataset and mindspore lite trainging together
Merge pull request !7623 from xulei/lite_test0905
5 years ago
hesham
c94162ac94
Add c++ API for dataset Caching
5 years ago
xulei2020
8f392204be
minddata build with mindspore-lite train
5 years ago
anzhengqi
516c53f1f0
modify int as int32_t
5 years ago
mindspore-ci-bot
1ee9c4d014
!6645 [MD] add unique op
Merge pull request !6645 from liyong126/md_unique_op
5 years ago
mindspore-ci-bot
45913d0682
!7591 fix stuck problem when using sink_size.
Merge pull request !7591 from anzhengqi/I1YI87-fix-sink_size-stuck
5 years ago
mindspore-ci-bot
e09e154391
!7596 IR breakdown for 8 non-leaf nodes (except MapOp)
Merge pull request !7596 from ZiruiWu/ir_breakdown_non_leaf
5 years ago
mindspore-ci-bot
49f02bfbed
!7564 [MD]Fix Type Convert error in arm32
Merge pull request !7564 from xulei/cmake
5 years ago
liyong
fb2bd156c9
add unique op
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
629a0f1e8d
!7594 Add Generator IR for mindspore::dataset::GeneratorOp
Merge pull request !7594 from ZiruiWu/generator_ir
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
65da71c3fa
Add IR for generator Op
fix ci
5 years ago
anzhengqi
5cf079595e
fix sink_size error
5 years ago
mindspore-ci-bot
de7ea8e68c
!7540 Extract ImageFolderNode and BatchNode into its own files from datasets.cc/.h
Merge pull request !7540 from ZiruiWu/refactor_ir_demo
5 years ago
mindspore-ci-bot
ff85533155
!7566 [MD]add comment for ExtractOp and Split op
Merge pull request !7566 from xulei/lite_test0905
5 years ago
mindspore-ci-bot
a8dc0f5c1b
!7557 [MD] Add merge image proccessing
Merge pull request !7557 from jiangzhiwen/lite/merge
5 years ago
xulei2020
6a1b2f9ba3
add comment for ExtractOp and Split op
5 years ago
xulei2020
6d3d6633cb
fix type convert error in arm32
5 years ago
jiangzhiwen
8e785648da
add merge image processing
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
4e81e7d377
!7539 C++ API: Minor improvements to datasets ValidateParams support
Merge pull request !7539 from cathwong/ckw_cppapi_more_return_status
5 years ago
mindspore-ci-bot
643366ea70
!7538 Add empty string tensor support for Album
Merge pull request !7538 from EricZ/album_empty_string
5 years ago
Cathy Wong
0e5f7beebc
C++ API: Minor improvements to ValidateParams support
5 years ago
Eric
7e21648e16
Added Album empty string tensor support
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
jiangzhiwen
fadc97a18f
add divide op
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
8ff82843ea
!7486 [MD] Add subtract image proccessing
Merge pull request !7486 from jiangzhiwen/lite/image_subtract
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
mindspore-ci-bot
7707bb8540
!7439 [MD] Add YUV to BGR , Split, extractChannel ops
Merge pull request !7439 from xulei/lite_test0905
5 years ago
Xiao Tianci
fb98fbcc9f
add c api config
5 years ago
luoyang
2dc8e5f421
[MD] C++ api add MindDataset
5 years ago
xulei2020
442cee15ad
add yuv420sp to bgr, split and extractchannel
5 years ago
mindspore-ci-bot
b33cc9d991
!7418 Fix minddata lite build
Merge pull request !7418 from EricZ/remove_adapter_md
5 years ago
mindspore-ci-bot
dc73bdb04a
!7484 C++ API: Cleanup datasets.cc ValidateParams return Status support
Merge pull request !7484 from cathwong/ckw_cppapi_cleanup_return_status
5 years ago