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.cc292 class SparseGrpcChannelCache : public CachingGrpcChannelCache { class
294 SparseGrpcChannelCache(const string& job_id, in SparseGrpcChannelCache() function in tensorflow::__anon3b8f1f390311::SparseGrpcChannelCache
302 ~SparseGrpcChannelCache() override {} in ~SparseGrpcChannelCache()
366 TF_DISALLOW_COPY_AND_ASSIGN(SparseGrpcChannelCache);
382 new SparseGrpcChannelCache(job.job_id, job.host_ports, channel_func)); in NewGrpcChannelCache()