Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc164 void DeviceThread::AsyncWait(TF_Status* status) { in AsyncWait() function in tensorflow::parallel_device::DeviceThread
368 void ParallelDevice::AsyncWait(TFE_Context* context, TF_Status* status) const { in AsyncWait() function in tensorflow::parallel_device::ParallelDevice
390 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.h150 tensorflow::Status AsyncWait() override { in AsyncWait() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h260 Status AsyncWait() override { return SyncExecutors(); } in AsyncWait() function
/external/tensorflow/tensorflow/dtensor/cc/
Ddtensor_device.cc250 void AsyncWait(TFE_Context* context, TF_Status* status) { in AsyncWait() function in tensorflow::dtensor::DTensorDevice