Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc242 class SparseGrpcChannelCache : public CachingGrpcChannelCache { class
244 SparseGrpcChannelCache(const string& job_id, in SparseGrpcChannelCache() function in tensorflow::__anon5c040b370311::SparseGrpcChannelCache
252 ~SparseGrpcChannelCache() override {} in ~SparseGrpcChannelCache()
316 TF_DISALLOW_COPY_AND_ASSIGN(SparseGrpcChannelCache);
332 new SparseGrpcChannelCache(job.job_id, job.host_ports, channel_func)); in NewGrpcChannelCache()