Searched refs:channel_spec (Results 1 – 4 of 4) sorted by relevance
57 GrpcChannelSpec channel_spec; in ChannelCacheFactory() local58 TF_RETURN_IF_ERROR(ParseChannelSpec(server_def, &channel_spec)); in ChannelCacheFactory()61 NewGrpcChannelCache(channel_spec, GetChannelCreationFunction()); in ChannelCacheFactory()
283 GrpcChannelSpec* channel_spec) { in ParseChannelSpec() argument300 TF_RETURN_IF_ERROR(channel_spec->AddHostPortsJob(job.name(), host_ports)); in ParseChannelSpec()316 GrpcChannelSpec channel_spec; in WorkerCacheFactory() local317 TF_RETURN_IF_ERROR(ParseChannelSpec(options, &channel_spec)); in WorkerCacheFactory()320 NewGrpcChannelCache(channel_spec, GetChannelCreationFunction())); in WorkerCacheFactory()
85 GrpcChannelCache* NewGrpcChannelCache(const GrpcChannelSpec& channel_spec,
117 GrpcChannelSpec* channel_spec);