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.cc63 static bool cpu_allocator_collect_full_stats = false; variable
93 cpu_allocator_collect_full_stats = enable; in EnableCPUAllocatorFullStats()
95 bool CPUAllocatorFullStatsEnabled() { return cpu_allocator_collect_full_stats; } in CPUAllocatorFullStatsEnabled()
218 if (cpu_allocator_collect_full_stats && !cpu_alloc->TracksAllocationSizes()) { in cpu_allocator_base()