Searched defs:AsyncDeviceToHost (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/ |
| D | gpu_device_address.cc | 274 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/ |
| D | device_address.h | 180 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/ |
| D | ascend_device_address.cc | 819 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
|