mindspore-ci-bot
|
812095de8f
|
!8753 Adds execute testcase and fix get_dataset_size
From: @ezphlow
Reviewed-by:
Signed-off-by:
|
5 years ago |
Eric
|
45292abdfd
|
Added execute test case
Added execute tests for server
|
5 years ago |
mindspore-ci-bot
|
c8047a35ab
|
!8632 [MD] Add Multiply op for Lite Dataset
From: @jiangzhiwen8
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
|
5 years ago |
mindspore-ci-bot
|
215fce192e
|
!8737 [MD] Fix the Pad function return false if bottom value is 0
From: @jiangzhiwen8
Reviewed-by: @xulei2020,@liucunwei,@heleiwang
Signed-off-by: @liucunwei
|
5 years ago |
mindspore-ci-bot
|
f352f9a54a
|
!8511 [MD] Decouple more Transform Ops
From: @luoyang42
Reviewed-by:
Signed-off-by:
|
5 years ago |
jiangzhiwen
|
bc91f7b3ac
|
fix pad zero
|
5 years ago |
luoyang
|
d43155b5b0
|
[MD] Decouple more Transform Ops
|
5 years ago |
mindspore-ci-bot
|
e3b1814401
|
!8713 Fix for GetDatasetSize issue in TextFile
From: @mahdirahmanihanzaki
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @nsyca
|
5 years ago |
Mahdi
|
449e1526dc
|
Fixed GetDatasetSize for TextFile
|
5 years ago |
Zirui Wu
|
ff5999fc2f
|
add removal pass for getters
fix CI round I
fix ci round II
address review cmts
fix ci round II
|
5 years ago |
Mahdi
|
ecde0f03a2
|
Updated GetNumSamples logic
|
5 years ago |
jiangzhiwen
|
b30c1045e1
|
add lite_mat multiply
|
5 years ago |
mindspore-ci-bot
|
edcb0cd86b
|
!8370 [MD] Use neon instruction set to accelerate the Substract and Divide ops
From: @jiangzhiwen8
Reviewed-by: @xulei2020
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
c54a4a4494
|
!8540 Added GetColumnNames to C++
From: @mahdirahmanihanzaki
Reviewed-by: @nsyca,@jonyguo
Signed-off-by: @nsyca
|
5 years ago |
Mahdi
|
5a7515e48f
|
Added GetColumnNames to C++
|
5 years ago |
Zirui Wu
|
3555d19b07
|
fix get num_class in imagefolder
address cmt
review cmts
|
5 years ago |
jiangzhiwen
|
03bbe5f2a8
|
neon acceleration for subtract
|
5 years ago |
Eric
|
a21eb2d527
|
Added random node fix
|
5 years ago |
mindspore-ci-bot
|
70f5775711
|
!8387 Add support for GetClassIndexing in C++ API
From: @alex-yuyue
Reviewed-by:
Signed-off-by:
|
5 years ago |
alex-yuyue
|
d7c3a9ba00
|
Add GetClassIndexing
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
|
5 years ago |
xulei2020
|
f8d1b20873
|
init litemat from memory
|
5 years ago |
mindspore-ci-bot
|
908a494add
|
!8299 [MD] Skip returning IR when meet nullptr in ConcatDataset
From: @luoyang42
Reviewed-by: @nsyca,@pandoublefeng,@jonyguo
Signed-off-by: @jonyguo
|
5 years ago |
mindspore-ci-bot
|
027916cb5f
|
!8315 Cache server stability
From: @jkl_lee
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
|
5 years ago |
Lixia Chen
|
f24a788eed
|
Rebase up to 5792d50ca7
|
5 years ago |
Zirui Wu
|
7538f82da9
|
add callback to map's c api
fix test err
fix ci round 1
fix ci round 2
add col_order to batch_node
minor fix
|
5 years ago |
mindspore-ci-bot
|
a9a9c45662
|
!8232 C++ api add Filter
From: @tiancixiao
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
97e1f6f438
|
!8248 Add macro and fix album testcase
Merge pull request !8248 from EricZ/helper_dep_removal
|
5 years ago |
Xiao Tianci
|
4a5e287b92
|
add filter c api and ut
|
5 years ago |
luoyang
|
dcb758bc77
|
[MD] Skip returning IR when meet nullptr in ConcatDataset
|
5 years ago |
Eric
|
394dbf50e1
|
Added testing macro and fix album_op test
|
5 years ago |
mindspore-ci-bot
|
523c3f07e3
|
!8194 Optimizer on IR #2 - Call ValidateParams in PrePass
Merge pull request !8194 from nsyca/opt3
|
5 years ago |
mindspore-ci-bot
|
099765bbb7
|
!8135 [MD] Transform api decouple
Merge pull request !8135 from luoyang/c-api-pyfunc
|
5 years ago |
Yi Huaijie
|
d7faa77b5e
|
support int64 shape
|
5 years ago |
luoyang
|
9a57cbacd9
|
[MD] Transform api decouple
|
5 years ago |
mindspore-ci-bot
|
8709005a57
|
!8200 Add two transforms API
Merge pull request !8200 from shenwei41/new_master
|
5 years ago |
Nat Sutyanyong
|
a2a2223373
|
Add optimizer to IR tree #2
|
5 years ago |
Eric
|
85f0a9bc8f
|
Added dependency removal for data_helper
|
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 |
hesham
|
0ba0595caf
|
DatasetNode as a base for all IR nodes
|
5 years ago |
Mahdi
|
5005b434e6
|
Fixed repeat issue with GetDatasetSize
|
5 years ago |
mindspore-ci-bot
|
cacebd1211
|
!7933 Cache performance updates
Merge pull request !7933 from Jamie/CacheOp_dev
|
5 years ago |
mindspore-ci-bot
|
7ef7bef1d8
|
!7796 [MD] Enable C++ cache api for non-mappable datasets
Merge pull request !7796 from lixiachen/cache_c_api_nonmappable
|
5 years ago |
Lixia Chen
|
572c5e5f29
|
Rebase up to 542a52fbf8
|
5 years ago |
Cathy Wong
|
18ecd65f93
|
C++ API: Delete ValidateParams in dataset APIs; update error input UTs
|
5 years ago |
mindspore-ci-bot
|
8f44074796
|
!7866 [MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
Merge pull request !7866 from luoyang/c-api-pyfunc
|
5 years ago |
luoyang
|
52d278e858
|
[MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
|
5 years ago |
mindspore-ci-bot
|
2ba20dc8e7
|
!7848 Add five transforms API
Merge pull request !7848 from shenwei41/new_master
|
5 years ago |
Zirui Wu
|
814044963b
|
add validation check in tfrecord_node
update ut
|
5 years ago |