Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc367 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in ClearCachesAndThreadExecutors() local
370 executors_copy = thread_local_executor_; in ClearCachesAndThreadExecutors()
372 for (const auto& entry : executors_copy) { in ClearCachesAndThreadExecutors()
497 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in WaitForAndCloseRemoteContexts() local
500 executors_copy = thread_local_executor_; in WaitForAndCloseRemoteContexts()
502 for (const auto& it : executors_copy) { in WaitForAndCloseRemoteContexts()
528 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in ~EagerContext() local
531 executors_copy = thread_local_executor_; in ~EagerContext()
533 for (const auto& entry : executors_copy) { in ~EagerContext()
799 std::unordered_map<std::thread::id, EagerExecutor*> executors_copy; in SyncExecutors() local
[all …]