Home
last modified time | relevance | path

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

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