Home
last modified time | relevance | path

Searched defs:getCurrentAllocatedMemory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/detail/
H A DMPSHooksInterface.h55 virtual size_t getCurrentAllocatedMemory() const { in getCurrentAllocatedMemory() function
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSAllocator.h307 size_t getCurrentAllocatedMemory() const { return m_current_allocated_memory; } in getCurrentAllocatedMemory() function