Home
last modified time | relevance | path

Searched refs:CalMemBlockAllocSize (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_pool.h54 size_t CalMemBlockAllocSize(size_t size) override;
Dascend_memory_pool.cc50 size_t AscendMemoryPool::CalMemBlockAllocSize(size_t size) { in CalMemBlockAllocSize() function in mindspore::device::ascend::AscendMemoryPool
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_dynamic_allocator.cc111 size_t alloc_mem_size = CalMemBlockAllocSize(size); in AddMemBlockAndMemBuf()
147 size_t DynamicMemPoolBestFit::CalMemBlockAllocSize(size_t size) { in CalMemBlockAllocSize() function in mindspore::device::DynamicMemPoolBestFit
Dmem_dynamic_allocator.h123 virtual size_t CalMemBlockAllocSize(size_t size);