Home
last modified time | relevance | path

Searched defs:GetMutableOutputAddr (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Danf_runtime_algorithm.h117 …static DeviceAddressPtr GetMutableOutputAddr(const KernelWithIndex &node_output_index, bool skip_n… in GetMutableOutputAddr() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dkernel_info.cc70 DeviceAddressPtr KernelInfo::GetMutableOutputAddr(size_t index) const { in GetMutableOutputAddr() function in mindspore::device::KernelInfo
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_kernel_runtime.cc1396 DeviceAddressPtr GPUKernelRuntime::GetMutableOutputAddr(const AnfNodePtr &node, size_t i, bool skip… in GetMutableOutputAddr() function in mindspore::device::gpu::GPUKernelRuntime
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Danf_runtime_algorithm.cc842 DeviceAddressPtr AnfRuntimeAlgorithm::GetMutableOutputAddr(const AnfNodePtr &node, size_t output_id… in GetMutableOutputAddr() function in mindspore::session::AnfRuntimeAlgorithm