Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DCPUAllocator.cpp99 auto allocation_planner = GetThreadLocalAllocationPlanner(); in deleter() local
132 auto allocation_planner = GetThreadLocalAllocationPlanner(); in allocate() local
/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.cpp11 thread_local AllocationPlanner* allocation_planner{nullptr}; variable