mindspore2022/mindspore/ccsrc/minddata/dataset/api
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
2021-03-05 16:26:58 -05:00
..
python Remove datasets.h dependency on tensor.h and other related dependencies 2021-03-05 16:26:58 -05:00
CMakeLists.txt restructure python bindings 2021-02-09 19:38:01 -05:00
config.cc MindData support dual ABI 2021-03-02 17:33:03 +08:00
datasets.cc Remove datasets.h dependency on tensor.h and other related dependencies 2021-03-05 16:26:58 -05:00
execute.cc !12796 AIpp config file generator bug fix 2021-03-03 15:04:02 +08:00
iterator.cc MindData support dual ABI 2021-03-02 17:33:03 +08:00
samplers.cc make C++ API classes for samplers 2021-02-25 17:29:43 -05:00
text.cc MindData support dual ABI 2021-03-02 17:33:03 +08:00
transforms.cc MindData support dual ABI 2021-03-02 17:33:03 +08:00
vision.cc MindData support dual ABI 2021-03-02 17:33:03 +08:00