Searched refs:TFE_ExecutorWaitForAllPendingNodes (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | executor.py | 69 pywrap_tfe.TFE_ExecutorWaitForAllPendingNodes(self._handle)
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental_test.cc | 304 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()
|
D | c_api_cluster_test.cc | 85 TFE_ExecutorWaitForAllPendingNodes(executor, status); in CheckRemoteMatMulExecutesOK() 139 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecuteChangeServerDef() 182 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecuteChangeServerDef()
|
D | c_api_remote_test.cc | 106 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecute()
|
D | c_api_test.cc | 102 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()
|
D | c_api_remote_test_util.cc | 223 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestRemoteExecuteSilentCopies()
|
D | c_api_experimental.h | 324 TF_CAPI_EXPORT extern void TFE_ExecutorWaitForAllPendingNodes(
|
D | c_api_distributed_test.cc | 226 TFE_ExecutorWaitForAllPendingNodes(executor, status); in TestFunctionWithPackedInput()
|
D | c_api_experimental.cc | 527 void TFE_ExecutorWaitForAllPendingNodes(TFE_Executor* executor, in TFE_ExecutorWaitForAllPendingNodes() function
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 794 TFE_ExecutorWaitForAllPendingNodes(&exc, status.get()); in PYBIND11_MODULE()
|