Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dmetrics.h106 void UpdateGraphPendingQueueLength(uint64 len);
Dmetrics.cc271 void UpdateGraphPendingQueueLength(uint64 len) { in UpdateGraphPendingQueueLength() function
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc446 metrics::UpdateGraphPendingQueueLength(n_enqueues - n_dequeues); in RunTask()