Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DCPUAllocator.cpp25 profiledCPUMemoryReporter().OutOfMemory(nbytes); in allocate()
28 profiledCPUMemoryReporter().New(data, nbytes); in allocate()
36 profiledCPUMemoryReporter().Delete(ptr); in ReportAndDelete()
49 ProfiledCPUMemoryReporter& profiledCPUMemoryReporter() { in profiledCPUMemoryReporter() function
129 profiledCPUMemoryReporter().OutOfMemory(alloc_size); in allocate()
137 profiledCPUMemoryReporter().New(data, alloc_size); in allocate()
H A DCPUAllocator.h38 C10_API ProfiledCPUMemoryReporter& profiledCPUMemoryReporter();