Searched defs:GetOutputTensorNames (Results 1 – 5 of 5) sorted by relevance
400 std::vector<std::string> Model::GetOutputTensorNames() { return VectorCharToString(GetOutputTensorN… in GetOutputTensorNames() function
85 …std::vector<std::string> GetOutputTensorNames() const override { return lite::LiteSession::GetOutp… in GetOutputTensorNames() function
604 std::vector<std::string> ModelImpl::GetOutputTensorNames() { in GetOutputTensorNames() function in mindspore::ModelImpl
823 std::vector<std::string> ModelImpl::GetOutputTensorNames() { in GetOutputTensorNames() function in mindspore::ModelImpl
1316 std::vector<std::string> LiteSession::GetOutputTensorNames() const { return this->output_tensor_nam… in GetOutputTensorNames() function in mindspore::lite::LiteSession