Searched defs:GetMutableOutputAddr (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ | ||
D | kernel_info.cc | 33 DeviceAddressPtr KernelInfo::GetMutableOutputAddr(size_t index) const { in GetMutableOutputAddr() function in mindspore::device::KernelInfo |
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ | ||
D | gpu_kernel_runtime.cc | 1364 DeviceAddressPtr GPUKernelRuntime::GetMutableOutputAddr(const AnfNodePtr &node, size_t i, bool visi… in GetMutableOutputAddr() function in mindspore::device::gpu::GPUKernelRuntime |
/third_party/mindspore/mindspore/ccsrc/backend/session/ | ||
D | anf_runtime_algorithm.cc | 1053 DeviceAddressPtr AnfRuntimeAlgorithm::GetMutableOutputAddr(const AnfNodePtr &node, size_t output_id… in GetMutableOutputAddr() function in mindspore::session::AnfRuntimeAlgorithm |