Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.cc603 constexpr int kKernelExecutionTrackingInvocationSkipCount = 16; in ProcessSync() local
605 timer.start_cycles % kKernelExecutionTrackingInvocationSkipCount == 0) { in ProcessSync()