Searched defs:SwapIn (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/ |
| D | auto_mem_offload.h | 56 void SwapIn(const void *host_ptr, void *device_ptr, size_t mem_size, void *stream) { in SwapIn() function
|
| D | memory_manager.h | 73 virtual void SwapIn(const void *host_ptr, void *device_ptr, size_t mem_size, void *stream) { in SwapIn() function
|
| D | auto_mem_offload.cc | 226 void *AutoMemoryOffload::SwapIn(const void *key, void *stream) { in SwapIn() function in mindspore::device::AutoMemoryOffload
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/ |
| D | ascend_memory_manager.cc | 170 void AscendMemoryManager::SwapIn(const void *host_ptr, void *device_ptr, size_t mem_size, void *str… in SwapIn() function in mindspore::device::ascend::AscendMemoryManager
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/device/ |
| D | mem_scheduler_test.cc | 67 void SwapIn(const void *host_ptr, void *device_ptr, size_t mem_size, void *stream) override {} in SwapIn() function in mindspore::device::MemoryManagerStub
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/ |
| D | ge_device_res_manager.cc | 242 void GeDeviceResManager::SwapIn(const void *host_ptr, void *device_ptr, size_t mem_size, void *stre… in SwapIn() function in mindspore::device::ascend::GeDeviceResManager
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/ |
| D | device_context.h | 171 virtual void SwapIn(const void *host_ptr, void *device_ptr, size_t mem_size, void *stream) { in SwapIn() function
|