Home
last modified time | relevance | path

Searched refs:GetPrevNodeMutableOutputAddr (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_memory_manager.cc178 auto address = AnfAlgo::GetPrevNodeMutableOutputAddr(kernel, i); in IncreaseAddressRefCount()
199 auto address = AnfAlgo::GetPrevNodeMutableOutputAddr(kernel, i); in DecreaseAddressRefCount()
Dcpu_kernel_runtime.cc439 auto device_address = AnfAlgo::GetPrevNodeMutableOutputAddr(kernel, i).get(); in Run()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc1106 device_address = GetPrevNodeMutableOutputAddr(kernel, i, false); in AllocKernelInputDynamicRes()
1109 device_address = GetPrevNodeMutableOutputAddr(kernel, i, true); in AllocKernelInputDynamicRes()
1119 device_address = GetPrevNodeMutableOutputAddr(skip_node, 0, false); in AllocKernelInputDynamicRes()
1217 device_address = GetPrevNodeMutableOutputAddr(kernel, i, false); in AllocCommunicationOpInputDynamicRes()
1220 device_address = GetPrevNodeMutableOutputAddr(kernel, i, true); in AllocCommunicationOpInputDynamicRes()
1303 device_address = GetPrevNodeMutableOutputAddr(kernel, i, false); in FreeKernelDynamicRes()
1306 device_address = GetPrevNodeMutableOutputAddr(kernel, i, true); in FreeKernelDynamicRes()
1339 DeviceAddressPtr GPUKernelRuntime::GetPrevNodeMutableOutputAddr(const AnfNodePtr &node, size_t i, b… in GetPrevNodeMutableOutputAddr() function in mindspore::device::gpu::GPUKernelRuntime
1341 return AnfAlgo::GetPrevNodeMutableOutputAddr(node, i, visit_nop_node); in GetPrevNodeMutableOutputAddr()
Dgpu_kernel_runtime.h113 …DeviceAddressPtr GetPrevNodeMutableOutputAddr(const AnfNodePtr &node, size_t i, bool visit_nop_nod…
/third_party/mindspore/mindspore/ccsrc/runtime/device/executor/
Ddynamic_kernel.cc66 auto output_addr = AnfAlgo::GetPrevNodeMutableOutputAddr(cnode, depend, visit_nop_node); in RebuildDependTensor()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_broadcast_gradient_args_kernel.cc124 auto address_x = AnfAlgo::GetPrevNodeMutableOutputAddr(cnode, index); in GetInputShape()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h197 static DeviceAddressPtr GetPrevNodeMutableOutputAddr(const AnfNodePtr &anf_node, size_t input_idx,
Danf_runtime_algorithm.cc1060 return AnfRuntimeAlgorithm::GetPrevNodeMutableOutputAddr(cnode, 0); in GetMutableOutputAddr()
1109 DeviceAddressPtr AnfRuntimeAlgorithm::GetPrevNodeMutableOutputAddr(const AnfNodePtr &anf_node, size… in GetPrevNodeMutableOutputAddr() function in mindspore::session::AnfRuntimeAlgorithm
2361 auto device_address = GetPrevNodeMutableOutputAddr(kernel, real_input); in CacheAddrForGraph()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Ddata_prepare_actor.cc75 const auto &device_tensor = AnfAlgo::GetPrevNodeMutableOutputAddr(node, i, false); in FetchContinuousMemoryInfo()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc467 auto device_address = AnfAlgo::GetPrevNodeMutableOutputAddr(kernel, i); in RunOpAssignOutputMemory()
1512 auto device_address = AnfAlgo::GetPrevNodeMutableOutputAddr(kernel, real_input); in LaunchKernelMod()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc1343 auto device_tensor = AnfAlgo::GetPrevNodeMutableOutputAddr(from_allreduce_node, i, false); in LinkControlArrowBySendRecvNodes()