Home
last modified time | relevance | path

Searched refs:GetThreadLocalAllocationPlanner (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DCPUAllocator.cpp99 auto allocation_planner = GetThreadLocalAllocationPlanner(); in deleter()
132 auto allocation_planner = GetThreadLocalAllocationPlanner(); in allocate()
/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.h128 AllocationPlanner* GetThreadLocalAllocationPlanner();
H A DCPUProfilingAllocator.cpp442 AllocationPlanner* GetThreadLocalAllocationPlanner() { in GetThreadLocalAllocationPlanner() function