Home
last modified time | relevance | path

Searched defs:SyncExecutors (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.h99 Status SyncExecutors() override { return eager_context_->SyncExecutors(); } in SyncExecutors() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc792 Status EagerContext::SyncExecutors() { in SyncExecutors() function in tensorflow::EagerContext