Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_execute_node.h100 Status SyncExecutors() override { return eager_context_->SyncExecutors(); } in SyncExecutors() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc1006 Status EagerContext::SyncExecutors() { in SyncExecutors() function in tensorflow::EagerContext