Home
last modified time | relevance | path

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

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