Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.cc57 static bool cpu_allocator_collect_full_stats = false; variable
59 void EnableCPUAllocatorFullStats() { cpu_allocator_collect_full_stats = true; } in EnableCPUAllocatorFullStats()
60 bool CPUAllocatorFullStatsEnabled() { return cpu_allocator_collect_full_stats; } in CPUAllocatorFullStatsEnabled()
75 if (cpu_allocator_collect_full_stats && !cpu_alloc->TracksAllocationSizes()) { in cpu_allocator_base()