/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
D | data_prepare_actor.cc | 84 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(node, i, false); in FetchContinuousMemoryInfo() 255 auto device_address = AnfAlgo::GetMutableOutputAddr(input_node, 0, false); in PrepareDataForHostTensorQueue() 318 auto device_tensor = AnfAlgo::GetMutableOutputAddr(input_node, 0, false); in PrepareDataForStepMode() 349 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(node, i, false); in PrepareDataForValueNodeTensor() 376 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(node, 0, false); in PrepareDataForValueNode() 412 auto device_tensor = AnfAlgo::GetMutableOutputAddr(backend_node, 0, false); in PrepareDataForWeightNode() 568 auto device_address = AnfAlgo::GetMutableOutputAddr(backend_node, 0, false); in PrepareHostTensorQueueForControlNode()
|
D | output_actor.cc | 38 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(output_node, output_index, false); in CreateOutputTensor() 88 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(output_node, output_index, false); in UpdateOutputDeviceAddress()
|
D | actor_common.cc | 182 auto device_tensor = AnfAlgo::GetMutableOutputAddr(node, output_idx, false); in UpdateRefCount()
|
D | gather_actor.cc | 119 if (AnfAlgo::GetMutableOutputAddr(backend_node.first, backend_node.second, false).get() == in SendOutput()
|
D | data_source_actor.cc | 225 auto device_address = AnfAlgo::GetMutableOutputAddr(data_node, 0, false); in FillDataBuffer()
|
D | switch_actor.cc | 414 …AnfAlgo::GetMutableOutputAddr(backend_node.first, j, false).get() == input_device_tensors_[from_in… in SendOutput()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | cpu_simple_mem_plan.cc | 79 …auto address = AnfAlgo::GetMutableOutputAddr(kernel_with_index.first, kernel_with_index.second, tr… in MemAssign() 89 auto address = AnfAlgo::GetMutableOutputAddr(kernel, i); in MemAssign()
|
D | cpu_memory_manager.cc | 142 auto address = AnfAlgo::GetMutableOutputAddr(node, index); in IncreaseSummaryRefCount() 158 auto address = AnfAlgo::GetMutableOutputAddr(node, index); in DecreaseSummaryRefCount()
|
D | cpu_kernel_runtime.cc | 197 auto address = AnfAlgo::GetMutableOutputAddr(node, index); in CreatTensorForOutput() 319 auto address = AnfAlgo::GetMutableOutputAddr(item, 0); in BindInputTensorAddressPtr() 445 auto device_address = AnfAlgo::GetMutableOutputAddr(kernel, i).get(); in Run()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_kernel_runtime.cc | 334 auto device_address = GetMutableOutputAddr(item[0], output_index, false); in AllocInplaceNodeMemory() 688 auto device_address = AnfAlgo::GetMutableOutputAddr(kernel, i, false); in ClearKernelOutputAddress() 945 auto device_address = GetMutableOutputAddr(need_swap_kernel, mem_swap_info.output_idx_, false); in AddMemorySwapTask() 1146 auto device_address = GetMutableOutputAddr(kernel, i, false); in AllocKernelOutputDynamicRes() 1246 auto device_address = GetMutableOutputAddr(kernel, i, false); in AllocCommunicationOpOutputDynamicRes() 1321 auto device_address = GetMutableOutputAddr(kernel, i, false); in FreeKernelDynamicRes() 1359 auto addr = kernel_info->GetMutableOutputAddr(prev_node_with_index.second); in GetPrevNodeMutableOutputAddr() 1364 DeviceAddressPtr GPUKernelRuntime::GetMutableOutputAddr(const AnfNodePtr &node, size_t i, bool visi… in GetMutableOutputAddr() function in mindspore::device::gpu::GPUKernelRuntime 1366 return AnfAlgo::GetMutableOutputAddr(node, i, visit_nop_node); in GetMutableOutputAddr() 1382 auto device_address = AnfAlgo::GetMutableOutputAddr(node, i, visit_nop_node); in GetMutableOutputAddr() [all …]
|
D | gpu_kernel_runtime.h | 114 DeviceAddressPtr GetMutableOutputAddr(const AnfNodePtr &node, size_t i, bool visit_nop_node);
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | ascend_inference_session.cc | 44 auto device_address = AnfAlgo::GetMutableOutputAddr(pk_node, 0); in LoadInputData() 70 auto device_address = AnfAlgo::GetMutableOutputAddr(pk_node, 0); in CompileGraphImpl()
|
D | gpu_inference_session.cc | 44 auto device_address = AnfAlgo::GetMutableOutputAddr(pk_node, 0); in LoadInputData() 70 auto device_address = AnfAlgo::GetMutableOutputAddr(pk_node, 0); in CompileGraphImpl()
|
D | gpu_session.cc | 342 auto device_address = AnfAlgo::GetMutableOutputAddr(pk_node, 0); in LoadInputData() 579 auto address = AnfAlgo::GetMutableOutputAddr(node, output_index); in UpdateOutputTensors()
|
D | ascend_session.cc | 326 auto device_address = AnfAlgo::GetMutableOutputAddr(parameter, 0); in TensorNeedSync() 496 auto device_address = AnfAlgo::GetMutableOutputAddr(input_node, 0); in LoadInputData() 824 address = AnfAlgo::GetMutableOutputAddr(node, output_index, false); in BindAddressToTensor() 826 address = AnfAlgo::GetMutableOutputAddr(node, output_index); in BindAddressToTensor() 2035 const auto &address = AnfAlgo::GetMutableOutputAddr(node, output_index); in UpdateOutputTensors()
|
D | cpu_session.cc | 180 auto address = AnfAlgo::GetMutableOutputAddr(input_node, 0); in LoadInputData()
|
D | anf_runtime_algorithm.h | 189 …static DeviceAddressPtr GetMutableOutputAddr(const AnfNodePtr &node, size_t output_idx, bool visit…
|
D | session_basic.cc | 573 auto address = AnfAlgo::GetMutableOutputAddr(ref_real_node, ref_real_node_index); in InitInternalOutputParameter() 1628 address = AnfAlgo::GetMutableOutputAddr(node, output_index, false); in UpdateOutputs() 1630 address = AnfAlgo::GetMutableOutputAddr(node, output_index); in UpdateOutputs() 1736 const auto &address = AnfAlgo::GetMutableOutputAddr(node, output_index); in UpdateOutputTensors()
|
D | anf_runtime_algorithm.cc | 1053 DeviceAddressPtr AnfRuntimeAlgorithm::GetMutableOutputAddr(const AnfNodePtr &node, size_t output_id… in GetMutableOutputAddr() function in mindspore::session::AnfRuntimeAlgorithm 1069 auto addr = kernel_info->GetMutableOutputAddr(output_idx); in GetMutableOutputAddr() 1112 …return AnfRuntimeAlgorithm::GetMutableOutputAddr(kernel_with_index.first, kernel_with_index.second… in GetPrevNodeMutableOutputAddr()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_info.h | 53 DeviceAddressPtr GetMutableOutputAddr(size_t index) const;
|
D | kernel_info.cc | 33 DeviceAddressPtr KernelInfo::GetMutableOutputAddr(size_t index) const { in GetMutableOutputAddr() function in mindspore::device::KernelInfo
|
D | kernel_runtime.cc | 128 address = AnfAlgo::GetMutableOutputAddr(input_node, input_node_with_index.second); in RunOpGetCommunicationInputInfo() 183 address = AnfAlgo::GetMutableOutputAddr(node, i); in RunOpGetCommunicationOutputInfo() 456 auto address = AnfAlgo::GetMutableOutputAddr(kernel, i, false); in RunOpAssignOutputMemory() 672 …auto origin_node_output_addr = AnfAlgo::GetMutableOutputAddr(origin_pair.first, origin_pair.second… in UpdateRefNodeOutputMem() 674 auto cur_node_output_addr = AnfAlgo::GetMutableOutputAddr(kernel, i); in UpdateRefNodeOutputMem() 1018 auto device_address = AnfAlgo::GetMutableOutputAddr(value_node, 0); in AssignStaticMemoryValueNode() 1351 auto device_address = AnfAlgo::GetMutableOutputAddr(kernel, j, true); in SyncNodeOutputTensors() 1399 auto device_address = AnfAlgo::GetMutableOutputAddr(input_node, 0); in InitGraphInputTensors()
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_compiler.cc | 241 auto device_address = AnfAlgo::GetMutableOutputAddr(group_nodes[0], output_index, false); in UpdateDeviceAddressForInplaceNode() 272 auto device_address = AnfAlgo::GetMutableOutputAddr(node, index, false); in SetSummaryNodesRefCount() 284 …auto device_address = AnfAlgo::GetMutableOutputAddr(item_with_index.first, item_with_index.second,… in UpdateRefCountForGraphOutput()
|
D | graph_scheduler.cc | 1139 auto from_device_tensor = AnfAlgo::GetMutableOutputAddr(from_kernel, from_output_index, false); in LinkDataArrowForCopyActor() 1873 …auto device_tensor = AnfAlgo::GetMutableOutputAddr(from_actor->kernel_, backend_node.second, false… in LinkDataArrowByControlNode() 1881 …auto device_tensor = AnfAlgo::GetMutableOutputAddr(from_actor->kernel_, input_with_index.second, f… in LinkDataArrowByControlNode() 1907 …auto device_tensor = AnfAlgo::GetMutableOutputAddr(from_actor->data_nodes_[iter->second], 0, false… in LinkDataArrowByControlNode() 2235 auto device_tensor = AnfAlgo::GetMutableOutputAddr(value_node, 0, false); in PersistDeviceTensor() 2261 auto device_tensor = AnfAlgo::GetMutableOutputAddr(input_node, 0, false); in PersistDeviceTensor() 2288 auto device_tensor = AnfAlgo::GetMutableOutputAddr(value_node.first, 0, false); in PersistDeviceTensor() 2523 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(data_kernel, i, false); in DumpDSActor() 2536 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(data_node, 0, false); in DumpDSActor() 2568 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(kernel, i, false); in DumpKernelActor()
|
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | backend.cc | 209 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(output_node, output_index, false); in CreateOutputTensor() 245 const auto &device_tensor = AnfAlgo::GetMutableOutputAddr(output_node, output_index, false); in UpdateOutputDeviceAddress()
|