Searched defs:GetInputByTensorName (Results 1 – 5 of 5) sorted by relevance
66 MSTensor Model::GetInputByTensorName(const std::string &tensor_name) { in GetInputByTensorName() function
221 MSTensor Model::GetInputByTensorName(const std::string &tensor_name) { in GetInputByTensorName() function
138 MSTensor Model::GetInputByTensorName(const std::vector<char> &tensor_name) { in GetInputByTensorName() function in mindspore::Model
155 MSTensor Model::GetInputByTensorName(const std::vector<char> &name) { in GetInputByTensorName() function in mindspore::Model
423 MSTensor ModelImpl::GetInputByTensorName(const std::string &name) { in GetInputByTensorName() function in mindspore::ModelImpl