Home
last modified time | relevance | path

Searched defs:GetTensor (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dms_tensor_ref.h36 const MSTensor &GetTensor() const { return ms_tensor_; } in GetTensor() function
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_load.h106 std::vector<std::shared_ptr<TensorData>> GetTensor() { in GetTensor() function
114 std::shared_ptr<TensorData> GetTensor(const std::string &tensor_name) const { in GetTensor() function
Ddebug_services.cc1250 std::vector<std::shared_ptr<TensorData>> DebugServices::GetTensor() const { return tensor_loader_->… in GetTensor() function in mindspore::DebugServices
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcell.h65 MSTensor GetTensor() const { return tensor_; } in GetTensor() function
/third_party/mindspore/include/api/
Dcell.h66 MSTensor GetTensor() const { return tensor_; } in GetTensor() function
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.cc213 Tensor *TensorList::GetTensor(int index) { in GetTensor() function in mindspore::lite::TensorList