Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/profile_utils/
Dclock_cycle_profiler.h86 const double next_count_inv = 1.0 / next_count; in AccumulateClockCycle() local
88 next_count_inv * (average_clock_cycle_ * count_ + clock_diff); in AccumulateClockCycle()