Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h91 Notification done_copy; in Compute() local
94 [&done_copy](const Status& s) { done_copy.Notify(); }); in Compute()
95 done_copy.WaitForNotification(); in Compute()