Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc161 void DeviceThread::AsyncWait(TF_Status* status) { in AsyncWait() function in tensorflow::parallel_device::DeviceThread
353 void ParallelDevice::AsyncWait(TFE_Context* context, TF_Status* status) const { in AsyncWait() function in tensorflow::parallel_device::ParallelDevice
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h146 tensorflow::Status AsyncWait() override { in AsyncWait() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h250 Status AsyncWait() override { return SyncExecutors(); } in AsyncWait() function