Home
last modified time | relevance | path

Searched defs:GetInputByTensorName (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dmodel.h66 MSTensor Model::GetInputByTensorName(const std::string &tensor_name) { in GetInputByTensorName() function
/third_party/mindspore/include/api/
Dmodel.h221 MSTensor Model::GetInputByTensorName(const std::string &tensor_name) { in GetInputByTensorName() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel.cc138 MSTensor Model::GetInputByTensorName(const std::vector<char> &tensor_name) { in GetInputByTensorName() function in mindspore::Model
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc155 MSTensor Model::GetInputByTensorName(const std::vector<char> &name) { in GetInputByTensorName() function in mindspore::Model
Dmodel_impl.cc423 MSTensor ModelImpl::GetInputByTensorName(const std::string &name) { in GetInputByTensorName() function in mindspore::ModelImpl