Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h226 return active_remote_contexts_.find(context_id) != in HasActiveRemoteContext()
227 active_remote_contexts_.end(); in HasActiveRemoteContext()
328 gtl::FlatSet<uint64> active_remote_contexts_; variable
Dcontext.cc497 active_remote_contexts_.clear(); in InitializeRemote()
499 active_remote_contexts_.insert(remote_context.second); in InitializeRemote()