Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc57 GrpcChannelSpec channel_spec; in ChannelCacheFactory() local
58 TF_RETURN_IF_ERROR(ParseChannelSpec(server_def, &channel_spec)); in ChannelCacheFactory()
61 NewGrpcChannelCache(channel_spec, GetChannelCreationFunction()); in ChannelCacheFactory()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc283 GrpcChannelSpec* channel_spec) { in ParseChannelSpec() argument
300 TF_RETURN_IF_ERROR(channel_spec->AddHostPortsJob(job.name(), host_ports)); in ParseChannelSpec()
316 GrpcChannelSpec channel_spec; in WorkerCacheFactory() local
317 TF_RETURN_IF_ERROR(ParseChannelSpec(options, &channel_spec)); in WorkerCacheFactory()
320 NewGrpcChannelCache(channel_spec, GetChannelCreationFunction())); in WorkerCacheFactory()
Dgrpc_channel.h85 GrpcChannelCache* NewGrpcChannelCache(const GrpcChannelSpec& channel_spec,
Dgrpc_server_lib.h117 GrpcChannelSpec* channel_spec);