Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc576 constexpr int kKernelExecutionTrackingInvocationSkipCount = 16; in ProcessSync() local
578 timer.start_cycles % kKernelExecutionTrackingInvocationSkipCount == 0) { in ProcessSync()