Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.h90 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options);
Dgrpc_channel.cc59 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options) { in GetChannelArguments() function
95 ::grpc::ChannelArguments args = GetChannelArguments(rpc_options); in NewHostPortGrpcChannel()