Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc337 GrpcChannelSpec* channel_spec) { in ParseChannelSpec() argument
354 TF_RETURN_IF_ERROR(channel_spec->AddHostPortsJob(job.name(), host_ports)); in ParseChannelSpec()
370 GrpcChannelSpec channel_spec; in WorkerCacheFactory() local
371 TF_RETURN_IF_ERROR(ParseChannelSpec(options, &channel_spec)); in WorkerCacheFactory()
374 NewGrpcChannelCache(channel_spec, GetChannelCreationFunction())); in WorkerCacheFactory()
Dgrpc_channel.h85 GrpcChannelCache* NewGrpcChannelCache(const GrpcChannelSpec& channel_spec,
Dgrpc_server_lib.h133 GrpcChannelSpec* channel_spec);