Searched refs:CreateChannelHandle (Results 1 – 9 of 9) sorted by relevance
123 Status GRPCStub::CreateChannelHandle(const CreateChannelHandleRequest* request, in CreateChannelHandle() function in xla::GRPCStub126 return grpc_stub_->CreateChannelHandle(context, *request, response); in CreateChannelHandle()
70 Status CreateChannelHandle(const CreateChannelHandleRequest* arg,
126 rpc CreateChannelHandle(CreateChannelHandleRequest) rpc
72 virtual Status CreateChannelHandle(const CreateChannelHandleRequest* arg,
218 StatusOr<ChannelHandle> CreateChannelHandle();
494 Status s = stub_->CreateChannelHandle(&request, &response); in CreateChannelHandleByType()504 StatusOr<ChannelHandle> Client::CreateChannelHandle() { in CreateChannelHandle() function in xla::Client
179 Status CreateChannelHandle(const CreateChannelHandleRequest* arg,
184 Status Service::CreateChannelHandle(const CreateChannelHandleRequest* arg, in CreateChannelHandle() function in xla::Service
1182 TF_ASSIGN_OR_RETURN(result.first->second, client()->CreateChannelHandle()); in GetChannelHandle()