Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcuda_allocatorTraceTracker_test.cpp29 TEST(AllocatorTraceTracker, TrackMallocFree) { in TEST() argument
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.h193 using AllocatorTraceTracker = std::function<void(const TraceEntry&)>; variable