/third_party/mindspore/mindspore/ccsrc/utils/ |
D | convert_utils.h | 38 using TensorPtr = std::shared_ptr<Tensor>; variable
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | cpu_session.cc | 160 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node) { in CreateOutputTensors() 210 const std::vector<tensor::TensorPtr> &, VectorRef *const) { in PostExecuteGraph() argument 259 void CPUSession::UpdateDynamicOutputShape(const std::map<tensor::TensorPtr, KernelWithIndex> &tenso… in UpdateDynamicOutputShape()
|
D | pynative_task_manager.h | 35 std::map<tensor::TensorPtr, KernelWithIndex> tensor_to_node) in RunOpContext()
|
D | ascend_session.cc | 767 const std::vector<tensor::TensorPtr> &, VectorRef *const) { in PostExecuteGraph() argument 815 const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_node) const { in BindAddressToTensor() argument 834 … const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_node, in LaunchFunc() 894 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node, in PrepareForOutputTensor() 1488 … const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_node, in RunOpMemoryAllocNew() 2010 … const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_node, in UpdateOutputTensors()
|
D | session_basic.cc | 198 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node) { in CreateNodeOutputTensor() 251 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node, in CreateNodeOutputTensors() 1607 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node) const { in UpdateOutputs() 1691 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node) { in CreateOutputTensors() 1712 … const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_node, in UpdateOutputTensors()
|
D | gpu_session.cc | 564 … const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_node, in UpdateOutputTensors()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/ |
D | tbe_property_checker.cc | 26 using TensorPtr = mindspore::tensor::TensorPtr; typedef
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | cpu_kernel_runtime.cc | 188 std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node) { in CreatTensorForOutput() 249 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node) { in CreatTensorForOutput() 281 … std::map<tensor::TensorPtr, session::KernelWithIndex> *tensor_to_node) { in CreateOutputTensors()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_runtime.h | 42 using TensorPtr = std::shared_ptr<Tensor>; variable
|
D | kernel_runtime.cc | 317 … const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_node) { in RunOpAssignMemory() 437 …const AnfNodePtr &kernel, const std::map<tensor::TensorPtr, session::KernelWithIndex> &tensor_to_n… in RunOpAssignOutputMemory()
|
/third_party/mindspore/tests/ut/cpp/pynative/ |
D | pynative_execute_test.cc | 29 using TensorPtr = mindspore::tensor::TensorPtr; typedef
|
/third_party/mindspore/mindspore/lite/mindir/include/ |
D | mindir_lite_graph.h | 12 typedef void *TensorPtr; typedef
|
/third_party/mindspore/mindspore/core/ir/ |
D | tensor.h | 393 using TensorPtr = std::shared_ptr<Tensor>; variable
|
/third_party/mindspore/mindspore/lite/src/ |
D | tensor.h | 311 using TensorPtr = std::shared_ptr<mindspore::lite::Tensor>; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | tensor.h | 63 using TensorPtr = std::shared_ptr<Tensor>; variable
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | data_converter.cc | 37 using TensorPtr = mindspore::tensor::TensorPtr; typedef
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | graph_kernel_helper.cc | 208 …[&tensor](const std::pair<tensor::TensorPtr, AnfNodePtrList> &vl) { return vl.first->ValueEqual(*t… in ConvertNonscalarTensorToParameter()
|