Home
last modified time | relevance | path

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

/external/pytorch/c10/core/
DAllocator.cpp57 bool memoryProfilingEnabled() { in memoryProfilingEnabled() function
60 return reporter_ptr && reporter_ptr->memoryProfilingEnabled(); in memoryProfilingEnabled()
DCPUAllocator.cpp211 auto profile_memory = memoryProfilingEnabled(); in New()
235 auto profile_memory = memoryProfilingEnabled(); in Delete()
273 auto profile_memory = memoryProfilingEnabled(); in OutOfMemory()
DAllocator.h297 virtual bool memoryProfilingEnabled() const = 0;
300 C10_API bool memoryProfilingEnabled();
/external/pytorch/aten/src/ATen/test/
DreportMemoryUsage.h33 bool memoryProfilingEnabled() const override { in memoryProfilingEnabled() function
/external/pytorch/torch/csrc/profiler/orchestration/
Dobserver.h144 bool memoryProfilingEnabled() const override { in memoryProfilingEnabled() function