Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/profile_utils/
Dclock_cycle_profiler.h34 start_clock_ = GetCurrentClockCycleInternal(); in Start()
66 inline uint64 GetCurrentClockCycleInternal() { in GetCurrentClockCycleInternal() function
83 const uint64 now = GetCurrentClockCycleInternal(); in AccumulateClockCycle()