Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory.h47 typedef std::shared_ptr<::grpc::Channel> ChannelPtr; typedef
48 virtual ChannelPtr CreateChannelForAddress(const string& address);
Dgrpc_rpc_factory.cc149 ChannelPtr channel = CreateChannelForAddress(address); in GetOrCreateStubForAddress()
155 GrpcRPCFactory::ChannelPtr GrpcRPCFactory::CreateChannelForAddress( in CreateChannelForAddress()