Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc441 auto n_enqueues = num_enqueue_ops.fetch_add(1, std::memory_order_relaxed); in RunTask() local
444 if (n_enqueues % 16 == 0) { in RunTask()
446 metrics::UpdateGraphPendingQueueLength(n_enqueues - n_dequeues); in RunTask()