Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc80 TFE_ContextAsyncWait(ctx, status); in BM_Execute()
198 TFE_ContextAsyncWait(ctx, status); in TestRemoteExecute()
284 TFE_ContextAsyncWait(ctx, status); in TestRemoteExecuteSilentCopies()
344 TFE_ContextAsyncWait(ctx, status); in CheckRemoteMatMulExecutesOK()
380 TFE_ContextAsyncWait(ctx, status); in TestRemoteExecuteChangeServerDef()
423 TFE_ContextAsyncWait(ctx, status); in TestRemoteExecuteChangeServerDef()
557 TFE_ContextAsyncWait(ctx, status.get()); in TensorHandleCopyBetweenDevicesError()
687 TFE_ContextAsyncWait(ctx, status.get()); in TensorHandleSilentCopy()
733 TFE_ContextAsyncWait(ctx, status.get()); in TensorHandleSilentCopyLocal()
868 TFE_ContextAsyncWait(ctx, status.get()); in TEST()
[all …]
Dc_api_experimental.cc41 TFE_ContextAsyncWait(ctx, status); in TFE_ProfilerSerializeToString()
Dc_api.h140 TF_CAPI_EXPORT extern void TFE_ContextAsyncWait(TFE_Context*,
Dc_api.cc411 void TFE_ContextAsyncWait(TFE_Context* ctx, TF_Status* status) { in TFE_ContextAsyncWait() function
893 TFE_ContextAsyncWait(ctx, status); in TFE_ContextExportRunMetadata()
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i36 %rename("%s") TFE_ContextAsyncWait;
/external/tensorflow/tensorflow/python/eager/
Dcontext.py659 pywrap_tensorflow.TFE_ContextAsyncWait(self._handle)