Searched defs:GetOutputTensorNames (Results 1 – 7 of 7) sorted by relevance
70 std::vector<std::string> Model::GetOutputTensorNames() { return VectorCharToString(GetOutputTensorN… in GetOutputTensorNames() function
225 std::vector<std::string> Model::GetOutputTensorNames() { return VectorCharToString(GetOutputTensorN… in GetOutputTensorNames() function
83 …std::vector<std::string> GetOutputTensorNames() const override { return lite::LiteSession::GetOutp… in GetOutputTensorNames() function
112 Vector<String> LiteSession::GetOutputTensorNames() const { in GetOutputTensorNames() function in mindspore::lite::LiteSession
113 Vector<String> LiteSession::GetOutputTensorNames() const { in GetOutputTensorNames() function in mindspore::lite::LiteSession
442 std::vector<std::string> ModelImpl::GetOutputTensorNames() { in GetOutputTensorNames() function in mindspore::ModelImpl
878 std::vector<std::string> LiteSession::GetOutputTensorNames() const { return this->output_tensor_nam… in GetOutputTensorNames() function in mindspore::lite::LiteSession