Home
last modified time | relevance | path

Searched defs:FillInputData (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/examples/runtime_extend/
Dmain.cc30 Status FillInputData(const std::vector<mindspore::MSTensor> &inputs) { in FillInputData() function
/third_party/mindspore/mindspore/lite/examples/transfer_learning/src/
Dnet_runner.cc104 std::vector<int> NetRunner::FillInputData(const std::vector<DataLabelTuple> &dataset, int serially)… in FillInputData() function in NetRunner
/third_party/mindspore/mindspore/lite/tools/benchmark/
Dbenchmark_base.h302 void FillInputData(size_t size, void *data, Distribution distribution) { in FillInputData() function