Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h81 Notification done_copy; in Compute() local
84 [&done_copy](const Status& s) { done_copy.Notify(); }); in Compute()
85 done_copy.WaitForNotification(); in Compute()
Dfunctional_ops.cc420 Notification done_copy; in StartBody() local
423 [&done_copy, &s](const Status& status) { in StartBody()
425 done_copy.Notify(); in StartBody()
427 done_copy.WaitForNotification(); in StartBody()