hesham
828120b784
Fix intermittent failure in callback_test.cc
4 years ago
hesham
cf3ff77cfd
AutoTune support non-sink mode
Add time sts to iterator tracing
4 years ago
hesham
2662b6d5c3
Add callback to Batch op
4 years ago
hesham
040398a660
Add callback to Mappable ops
Update mindspore/ccsrc/minddata/dataset/engine/datasetops/source/mappable_leaf_op.cc
4 years ago
hesham
843357a6d8
Make ProfilingManager a singleton
4 years ago
hesham
85e077b60b
Callback changes
AddWorker logic to parallel ops
4 years ago
Cathy Wong
0665a191dc
MD Profiling: Move ProfilingManager from ExecutionTree to TreeConsumer
4 years ago
liyong
567f137a39
sync code
4 years ago
EricZ
16837a4639
Removing Builder from dataset ops phase 1
5 years ago
YangLuo
bf48400c10
unify include file of minddata
4 years ago
Cathy Wong
a2ee0cb3e5
dataset UT: Update UTs to check for return Status
4 years ago
Cathy Wong
82f4b3f757
dataset: C++ API TypeCast: change data_type parm from string to DataType
5 years ago
hesham
0d86cb1423
Remove rows_per_buffer
5 years ago
Zirui Wu
8022001450
Remove datasets.h dependency on tensor.h and other related dependencies
Replace std::function<TensorRow(TensorRow)> with std::function<MSTensorVec(MSTensor)> by using std::bind
Replace pad_info with MSTensor
Switch TensorShape/dataset::DataType to vector<int64> /mindspore::DataType
Change TypeId to mindspore::DataType in SchemaObj
address review cmts, add CreateFromMSTensor() in tensor.h/.cc
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
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
5 years ago
mohammad
f48ab2b5c9
make MD public headers standalone
5 years ago
Nat Sutyanyong
7c5b2de1ec
dataset CPP UT: Updates for ExecTree to IRTree Support
5 years ago