Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator_test.cc89 EnableCPUAllocatorStats(true); in TEST()
118 EnableCPUAllocatorStats(false); in TEST()
181 if (arg) EnableCPUAllocatorStats(true); in BM_Allocation()
187 if (arg) EnableCPUAllocatorStats(false); in BM_Allocation()
Dallocator.cc88 void EnableCPUAllocatorStats(bool enable) { in EnableCPUAllocatorStats() function
Dallocator.h402 void EnableCPUAllocatorStats(bool enable);
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc209 EnableCPUAllocatorStats(enable); in EnablePeakMemoryStats()