Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dwatcher_set.cc61 auto context_it = contexts.find(context); in Remove() local
62 if (context_it == contexts.end()) in Remove()
65 contexts.erase(context_it); in Remove()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc209 auto context_it = contexts_.find(request->context_id()); in CreateContext() local
210 if (context_it != contexts_.end()) { in CreateContext()
212 context_it->second->Context()->GetContextViewId()) { in CreateContext()
220 context_it->second->Unref(); in CreateContext()
221 contexts_.erase(context_it); in CreateContext()
315 auto context_it = contexts_.find(request->context_id()); in CreateContext() local
316 if (context_it != contexts_.end()) { in CreateContext()