Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h132 Status ParseChannelSpec(const WorkerCacheFactoryOptions& options,
Dgrpc_server_lib.cc336 Status GrpcServer::ParseChannelSpec(const WorkerCacheFactoryOptions& options, in ParseChannelSpec() function in tensorflow::GrpcServer
371 TF_RETURN_IF_ERROR(ParseChannelSpec(options, &channel_spec)); in WorkerCacheFactory()