Home
last modified time | relevance | path

Searched defs:CreateChannelHandle (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto126 rpc CreateChannelHandle(CreateChannelHandleRequest) rpc
Dgrpc_stub.cc123 Status GRPCStub::CreateChannelHandle(const CreateChannelHandleRequest* request, in CreateChannelHandle() function in xla::GRPCStub
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.h138 StatusOr<ChannelHandle> CreateChannelHandle() { in CreateChannelHandle() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc504 StatusOr<ChannelHandle> Client::CreateChannelHandle() { in CreateChannelHandle() function in xla::Client
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtfrt_cpu_pjrt_client.h186 StatusOr<ChannelHandle> CreateChannelHandle() override { in CreateChannelHandle() function
Dpjrt_stream_executor_client.h232 StatusOr<ChannelHandle> CreateChannelHandle() override { in CreateChannelHandle() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc188 Status Service::CreateChannelHandle(const CreateChannelHandleRequest* arg, in CreateChannelHandle() function in xla::Service