Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.cpp12 thread_local CPUProfilingAllocator* profiling_allocator{nullptr}; variable
451 profiling_allocator == nullptr, in WithProfilingAllocatorGuard()
453 profiling_allocator = allocator; in WithProfilingAllocatorGuard()
454 profiling_allocator->set_plan(plan); in WithProfilingAllocatorGuard()
458 profiling_allocator->unset_plan(); in ~WithProfilingAllocatorGuard()
459 profiling_allocator = nullptr; in ~WithProfilingAllocatorGuard()
463 return profiling_allocator; in GetThreadLocalProfilingAllocator()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_profiling_allocator_test.cpp131 c10::CPUProfilingAllocator profiling_allocator; in TEST() local
134 profiling_allocator_guard(&profiling_allocator, &plan); in TEST()
147 profiling_allocator_guard(&profiling_allocator, &plan); in TEST()