Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer.cc156 int send_pending_count = 0; in RunAsyncParts() local
216 ++send_pending_count; in RunAsyncParts()
222 DCHECK_GT(send_pending_count, 0); in RunAsyncParts()
223 --send_pending_count; in RunAsyncParts()
241 while ((send_pending_count > 0) || (recv_pending_count > 0)) { in RunAsyncParts()
248 --send_pending_count; in RunAsyncParts()
256 DCHECK_EQ(send_pending_count, 0); in RunAsyncParts()
Dring_reducer.cc192 int send_pending_count = 0; in RunAsyncParts() local
275 ++send_pending_count; in RunAsyncParts()
281 CHECK_GT(send_pending_count, 0); in RunAsyncParts()
282 --send_pending_count; in RunAsyncParts()
303 while ((send_pending_count > 0) || (recv_pending_count > 0)) { in RunAsyncParts()
310 --send_pending_count; in RunAsyncParts()
318 CHECK_EQ(send_pending_count, 0); in RunAsyncParts()