Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.cc274 bool GPUDeviceAddress::AsyncDeviceToHost(size_t size, void *host_ptr) const { in AsyncDeviceToHost() function in mindspore::device::gpu::GPUDeviceAddress
307 bool GPUDeviceAddress::AsyncDeviceToHost(const ShapeVector &, size_t size, TypeId, void *host_ptr, in AsyncDeviceToHost() function in mindspore::device::gpu::GPUDeviceAddress
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Ddevice_address.h180 virtual bool AsyncDeviceToHost(size_t size, void *host_ptr) const { return true; } in AsyncDeviceToHost() function
185 …virtual bool AsyncDeviceToHost(const ShapeVector &, size_t, TypeId, void *, size_t) const { return… in AsyncDeviceToHost() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.cc819 bool AscendDeviceAddress::AsyncDeviceToHost(const ShapeVector & /* shape */, size_t size, TypeId /*… in AsyncDeviceToHost() function in mindspore::device::ascend::AscendDeviceAddress
998 bool AscendDeviceAddress::AsyncDeviceToHost(size_t size, void *host_ptr) const { in AsyncDeviceToHost() function in mindspore::device::ascend::AscendDeviceAddress