Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dexecutor.py69 pywrap_tfe.TFE_ExecutorWaitForAllPendingNodes(self._handle)
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc304 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TEST()
345 TFE_ExecutorWaitForAllPendingNodes(executor, status); in Executor_MatMul_CPU()
478 TFE_ExecutorWaitForAllPendingNodes(executor, status.get()); in TEST()
512 TFE_ExecutorWaitForAllPendingNodes(executor, status.get()); in TEST()
Dc_api_cluster_test.cc85 TFE_ExecutorWaitForAllPendingNodes(executor, status); in CheckRemoteMatMulExecutesOK()
139 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecuteChangeServerDef()
182 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecuteChangeServerDef()
Dc_api_remote_test.cc106 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecute()
Dc_api_test.cc102 TFE_ExecutorWaitForAllPendingNodes(executor, status); in BM_Execute()
141 TFE_ExecutorWaitForAllPendingNodes(executor, status); in BM_Execute_Identity()
300 TFE_ExecutorWaitForAllPendingNodes(executor, status.get()); in TensorHandleCopyBetweenDevicesError()
456 TFE_ExecutorWaitForAllPendingNodes(executor, status.get()); in TensorHandleSilentCopy()
600 TFE_ExecutorWaitForAllPendingNodes(executor, status.get()); in TEST()
791 TFE_ExecutorWaitForAllPendingNodes(executor, status); in Execute_MatMul_CPU_Runtime_Error()
798 TFE_ExecutorWaitForAllPendingNodes(executor, status); in Execute_MatMul_CPU_Runtime_Error()
1185 TFE_ExecutorWaitForAllPendingNodes(executor, status); in BM_ExecuteFunction()
Dc_api_remote_test_util.cc223 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecuteSilentCopies()
Dc_api_experimental.h324 TF_CAPI_EXPORT extern void TFE_ExecutorWaitForAllPendingNodes(
Dc_api_distributed_test.cc226 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestFunctionWithPackedInput()
Dc_api_experimental.cc527 void TFE_ExecutorWaitForAllPendingNodes(TFE_Executor* executor, in TFE_ExecutorWaitForAllPendingNodes() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc794 TFE_ExecutorWaitForAllPendingNodes(&exc, status.get()); in PYBIND11_MODULE()