Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/
H A Dxla_service.proto126 rpc CreateChannelHandle(CreateChannelHandleRequest) rpc
H A Dgrpc_stub.cc123 Status GRPCStub::CreateChannelHandle(const CreateChannelHandleRequest* request, in CreateChannelHandle() function in xla::GRPCStub
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_client.h139 StatusOr<ChannelHandle> CreateChannelHandle() { return ChannelHandle(); } in CreateChannelHandle() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.h248 StatusOr<ChannelHandle> CreateChannelHandle() override { in CreateChannelHandle() function
H A Dtfrt_cpu_pjrt_client.h212 StatusOr<ChannelHandle> CreateChannelHandle() override { in CreateChannelHandle() function
H A Dpjrt_stream_executor_client.h257 StatusOr<ChannelHandle> CreateChannelHandle() override { in CreateChannelHandle() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dclient.cc505 StatusOr<ChannelHandle> Client::CreateChannelHandle() { in CreateChannelHandle() function in xla::Client
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.cc190 Status Service::CreateChannelHandle(const CreateChannelHandleRequest* arg, in CreateChannelHandle() function in xla::Service