Home
last modified time | relevance | path

Searched defs:GetMaxUsedMemorySize (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dmemory_manager.h62 virtual size_t GetMaxUsedMemorySize() const { return 0; } in GetMaxUsedMemorySize() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_memory_manager.cc61 size_t AscendMemoryManager::GetMaxUsedMemorySize() const { return AscendMemoryPool::GetInstance().G… in GetMaxUsedMemorySize() function in mindspore::device::ascend::AscendMemoryManager
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_device_res_manager.cc161 size_t GeDeviceResManager::GetMaxUsedMemorySize() const { in GetMaxUsedMemorySize() function in mindspore::device::ascend::GeDeviceResManager
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h183 virtual size_t GetMaxUsedMemorySize() const { return 0; } in GetMaxUsedMemorySize() function