Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h128 Status AsyncWait() { return executor_.WaitForAllPendingNodes(); } in AsyncWait() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc232 return context->Context()->AsyncWait(); in WaitQueueDone()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc412 status->status = ctx->context.AsyncWait(); in TFE_ContextAsyncWait()