Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dcpu_memory_pool.h40 std::string GetMemoryPoolType() const override { return "CPU"; } in GetMemoryPoolType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_memory_allocator.h39 std::string GetMemoryPoolType() const override { return "GPU"; } in GetMemoryPoolType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_memory_pool.h40 std::string GetMemoryPoolType() const override { return "Ascend"; } in GetMemoryPoolType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/mem_reuse/
Dmem_dynamic_allocator.h162 virtual std::string GetMemoryPoolType() const { return "Other"; } in GetMemoryPoolType() function