Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUCachingAllocator.cpp8 thread_local CPUCachingAllocator* caching_allocator_ptr{nullptr}; variable
96 return caching_allocator_ptr; in GetThreadLocalCachingAllocator()
102 caching_allocator_ptr = allocator; in WithCPUCachingAllocatorGuard()
106 caching_allocator_ptr = prev_caching_allocator_ptr_; in ~WithCPUCachingAllocatorGuard()