Home
last modified time | relevance | path

Searched defs:TransferToServer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompile_only_service.h64 Status TransferToServer(const TransferToServerRequest* arg, in TransferToServer() function
H A Dservice.cc1011 Status Service::TransferToServer(const TransferToServerRequest* arg, in TransferToServer() function in xla::Service
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/
H A Dxla_service.proto93 rpc TransferToServer(TransferToServerRequest) rpc
H A Dgrpc_service.cc96 ::grpc::Status GRPCService::TransferToServer(::grpc::ServerContext* context, in TransferToServer() function in xla::GRPCService
H A Dgrpc_stub.cc37 Status GRPCStub::TransferToServer(const TransferToServerRequest* request, in TransferToServer() function in xla::GRPCStub
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dclient.cc67 StatusOr<std::unique_ptr<GlobalData>> Client::TransferToServer( in TransferToServer() function in xla::Client