Home
last modified time | relevance | path

Searched refs:CreateChannelHandle (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_stub.cc123 Status GRPCStub::CreateChannelHandle(const CreateChannelHandleRequest* request, in CreateChannelHandle() function in xla::GRPCStub
126 return grpc_stub_->CreateChannelHandle(context, *request, response); in CreateChannelHandle()
Dgrpc_stub.h70 Status CreateChannelHandle(const CreateChannelHandleRequest* arg,
Dxla_service.proto126 rpc CreateChannelHandle(CreateChannelHandleRequest) rpc
/external/tensorflow/tensorflow/compiler/xla/
Dservice_interface.h72 virtual Status CreateChannelHandle(const CreateChannelHandleRequest* arg,
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h218 StatusOr<ChannelHandle> CreateChannelHandle();
Dclient.cc494 Status s = stub_->CreateChannelHandle(&request, &response); in CreateChannelHandleByType()
504 StatusOr<ChannelHandle> Client::CreateChannelHandle() { in CreateChannelHandle() function in xla::Client
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h179 Status CreateChannelHandle(const CreateChannelHandleRequest* arg,
Dservice.cc184 Status Service::CreateChannelHandle(const CreateChannelHandleRequest* arg, in CreateChannelHandle() function in xla::Service
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc1182 TF_ASSIGN_OR_RETURN(result.first->second, client()->CreateChannelHandle()); in GetChannelHandle()