mindspore2022/mindspore/ccsrc
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
..
backend !12845 Add float64 type support to Greater and Less 2021-03-06 04:57:57 +08:00
common update frac_z trans func compute, change the order c and d 2021-02-28 15:12:12 +08:00
cxx_api !12871 add 310 options 2021-03-05 09:44:26 +08:00
debug !12872 fix log level 2021-03-06 02:31:16 +08:00
frontend !12852 Change maketuple in coreops 2021-03-05 19:13:42 +08:00
minddata Remove datasets.h dependency on tensor.h and other related dependencies 2021-03-05 16:26:58 -05:00
mindquantum evolution operator 2021-03-01 14:20:31 +08:00
pipeline !12852 Change maketuple in coreops 2021-03-05 19:13:42 +08:00
profiler !12503 refactor the c++ code of gpu profiler 2021-02-26 11:45:24 +08:00
ps Modify log level 2021-03-05 09:32:51 +08:00
pybind_api !12754 auto tune step one construct json 2021-03-04 10:29:53 +08:00
runtime !12864 Data dump support 3d format 2021-03-05 17:34:30 +08:00
transform Change make tuple in core.ops 2021-03-05 10:54:33 +08:00
utils !12836 Change return in core_ops 2021-03-04 19:27:44 +08:00
vm Change return 2021-03-04 09:38:43 +08:00
CMakeLists.txt !12769 gpu support tensor-rt kernel 2021-03-04 18:45:25 +08:00
mindspore.cc