Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/profile_utils/
Dcpu_utils.cc57 GetCpuUtilsHelperSingletonInstance().ResetClockCycle(); in ResetClockCycle()
61 GetCpuUtilsHelperSingletonInstance().EnableClockCycleProfiling(enable); in EnableClockCycleProfiling()
73 return GetCpuUtilsHelperSingletonInstance().CalculateCpuFrequency(); in GetCycleCounterFrequencyImpl()
128 /* static */ ICpuUtilsHelper& CpuUtils::GetCpuUtilsHelperSingletonInstance() { in GetCpuUtilsHelperSingletonInstance() function in tensorflow::profile_utils::CpuUtils
Dcpu_utils.h60 return GetCpuUtilsHelperSingletonInstance().GetCurrentClockCycle(); in GetCurrentClockCycle()
158 static ICpuUtilsHelper& GetCpuUtilsHelperSingletonInstance();