Searched defs:GetTensor (Results 1 – 6 of 6) sorted by relevance
36 const MSTensor &GetTensor() const { return ms_tensor_; } in GetTensor() function
106 std::vector<std::shared_ptr<TensorData>> GetTensor() { in GetTensor() function114 std::shared_ptr<TensorData> GetTensor(const std::string &tensor_name) const { in GetTensor() function
1250 std::vector<std::shared_ptr<TensorData>> DebugServices::GetTensor() const { return tensor_loader_->… in GetTensor() function in mindspore::DebugServices
65 MSTensor GetTensor() const { return tensor_; } in GetTensor() function
66 MSTensor GetTensor() const { return tensor_; } in GetTensor() function
213 Tensor *TensorList::GetTensor(int index) { in GetTensor() function in mindspore::lite::TensorList