Home
last modified time | relevance | path

Searched refs:ClearCachesAndThreadExecutors (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc366 void EagerContext::ClearCachesAndThreadExecutors() { in ClearCachesAndThreadExecutors() function in tensorflow::EagerContext
479 ClearCachesAndThreadExecutors(); in WaitForAndCloseRemoteContexts()
527 ClearCachesAndThreadExecutors(); in ~EagerContext()
1089 ClearCachesAndThreadExecutors(); in StoreCollectiveOpsServer()
1345 ClearCachesAndThreadExecutors(); in SetMasterContextState()
1461 ClearCachesAndThreadExecutors(); in InitializeRemoteWorker()
1502 ClearCachesAndThreadExecutors(); in UpdateRemoteWorker()
Dcontext.h167 void ClearCachesAndThreadExecutors() override;
/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h172 virtual void ClearCachesAndThreadExecutors() = 0;
Dc_api.cc174 tensorflow::unwrap(ctx)->ClearCachesAndThreadExecutors(); in TFE_ContextClearCaches()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc392 ctx->ClearCachesAndThreadExecutors(); in UpdateContext()