Searched defs:FreeDeviceMemory (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ | ||
| D | cpu_memory_manager.h | 38 void FreeDeviceMemory() override { CPUMemoryPool::GetInstance().ReleaseDeviceRes(); } in FreeDeviceMemory() function |
| /third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ | ||
| D | gpu_memory_manager.cc | 96 void GPUMemoryManager::FreeDeviceMemory() { in FreeDeviceMemory() function in mindspore::device::gpu::GPUMemoryManager |
| /third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ | ||
| D | ascend_memory_manager.cc | 108 void AscendMemoryManager::FreeDeviceMemory() { in FreeDeviceMemory() function in mindspore::device::ascend::AscendMemoryManager |