Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.h58 std::set<string> job_ids_; variable
Dgrpc_channel.cc126 if (!job_ids_.insert(job_id).second) { in AddHostPortsJob()