Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dmodel.h76 std::vector<MSTensor> Model::GetOutputsByNodeName(const std::string &tensor_name) { in GetOutputsByNodeName() function
/third_party/mindspore/include/api/
Dmodel.h231 std::vector<MSTensor> Model::GetOutputsByNodeName(const std::string &node_name) { in GetOutputsByNodeName() function
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_session.h76 …std::vector<tensor::MSTensor *> GetOutputsByNodeName(const std::string &node_name) const override { in GetOutputsByNodeName() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dsession.cc108 Vector<tensor::MSTensor *> LiteSession::GetOutputsByNodeName(const String &node_name) const { in GetOutputsByNodeName() function in mindspore::lite::LiteSession
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dsession.cc107 Vector<tensor::MSTensor *> LiteSession::GetOutputsByNodeName(const String &node_name) const { in GetOutputsByNodeName() function in mindspore::lite::LiteSession
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel.cc170 std::vector<MSTensor> Model::GetOutputsByNodeName(const std::vector<char> &node_name) { in GetOutputsByNodeName() function in mindspore::Model
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc180 std::vector<MSTensor> Model::GetOutputsByNodeName(const std::vector<char> &node_name) { in GetOutputsByNodeName() function in mindspore::Model
Dmodel_impl.cc470 std::vector<MSTensor> ModelImpl::GetOutputsByNodeName(const std::string &name) { in GetOutputsByNodeName() function in mindspore::ModelImpl
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dmain.cc168 void GetOutputsByNodeName(mindspore::Model *model) { in GetOutputsByNodeName() function
/third_party/mindspore/mindspore/lite/src/
Dlite_session.cc868 std::vector<mindspore::tensor::MSTensor *> LiteSession::GetOutputsByNodeName(const std::string &nod… in GetOutputsByNodeName() function in mindspore::lite::LiteSession