Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DCPUAllocator.cpp88 auto profiling_allocator_ptr = GetThreadLocalProfilingAllocator(); in deleter()
120 auto profiling_allocator_ptr = GetThreadLocalProfilingAllocator(); in allocate()
/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.h150 CPUProfilingAllocator* GetThreadLocalProfilingAllocator();
H A DCPUProfilingAllocator.cpp462 CPUProfilingAllocator* GetThreadLocalProfilingAllocator() { in GetThreadLocalProfilingAllocator() function