Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.cc196 auto it_and_bool = executor_map_.emplace( in GetOrCreateExecutorForStream() local
199 DCHECK(it_and_bool.second); in GetOrCreateExecutorForStream()
200 it = it_and_bool.first; in GetOrCreateExecutorForStream()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_client.cc191 auto it_and_bool = enqueue_dispatchers_.emplace( in StreamingEnqueueAsync() local
197 it = it_and_bool.first; in StreamingEnqueueAsync()