Home
last modified time | relevance | path

Searched defs:GetOutputDeviceAddress (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dop_runtime_info.cc187 device::DeviceAddressPtr OpRuntimeInfo::GetOutputDeviceAddress(size_t index) const { in GetOutputDeviceAddress() function in mindspore::runtime::OpRuntimeInfo
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/
Dstatistic_kernel.cc128 DeviceAddressPtr StatisticKernel::GetOutputDeviceAddress(const uint32_t stream_id, TypeId dtype_id)… in GetOutputDeviceAddress() function in mindspore::datadump::StatisticKernel
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend.cc232 device::DeviceAddressPtrList GetOutputDeviceAddress(const OpCompilerInfoPtr &op_compiler_info) { in GetOutputDeviceAddress() function