Home
last modified time | relevance | path

Searched defs:GetOutputByTensorName (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dmodel.h72 MSTensor Model::GetOutputByTensorName(const std::string &tensor_name) { in GetOutputByTensorName() function
/third_party/mindspore/include/api/
Dmodel.h227 MSTensor Model::GetOutputByTensorName(const std::string &tensor_name) { in GetOutputByTensorName() function
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_session.h84 …mindspore::tensor::MSTensor *GetOutputByTensorName(const std::string &tensor_name) const override { in GetOutputByTensorName() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dsession.cc120 mindspore::tensor::MSTensor *LiteSession::GetOutputByTensorName(const String &tensor_name) const { in GetOutputByTensorName() function in mindspore::lite::LiteSession
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dsession.cc121 mindspore::tensor::MSTensor *LiteSession::GetOutputByTensorName(const String &tensor_name) const { in GetOutputByTensorName() function in mindspore::lite::LiteSession
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel.cc158 MSTensor Model::GetOutputByTensorName(const std::vector<char> &tensor_name) { in GetOutputByTensorName() function in mindspore::Model
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc172 MSTensor Model::GetOutputByTensorName(const std::vector<char> &name) { in GetOutputByTensorName() function in mindspore::Model
Dmodel_impl.cc451 MSTensor ModelImpl::GetOutputByTensorName(const std::string &name) { in GetOutputByTensorName() function in mindspore::ModelImpl
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dmain.cc196 void GetOutputByTensorName(mindspore::Model *model) { in GetOutputByTensorName() function
/third_party/mindspore/mindspore/lite/src/
Dlite_session.cc880 mindspore::tensor::MSTensor *LiteSession::GetOutputByTensorName(const std::string &tensor_name) con… in GetOutputByTensorName() function in mindspore::lite::LiteSession