Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.h100 Status SyncExecutors() override { return eager_context_->SyncExecutors(); } in SyncExecutors() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_test.cc284 op_and_sync_status.Update(context()->SyncExecutors()); in TEST_F()
303 TF_ASSERT_OK(context()->SyncExecutors()); in TEST_F()
Deager_executor.h101 virtual Status SyncExecutors() = 0;
Dcontext.h258 Status SyncExecutors();
260 Status AsyncWait() override { return SyncExecutors(); } in AsyncWait()
Deager_executor.cc362 tensorflow::Status status = async_remote_node->SyncExecutors(); in RunItem()
Dcontext.cc1006 Status EagerContext::SyncExecutors() { in SyncExecutors() function in tensorflow::EagerContext