Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_service.cc88 ::grpc::Status GRPCService::TransferToClient(::grpc::ServerContext* context, in TransferToClient() function in xla::GRPCService
92 return service_->TransferToClient(arg, result); in TransferToClient()
Dgrpc_stub.cc30 Status GRPCStub::TransferToClient(const TransferToClientRequest* request, in TransferToClient() function in xla::GRPCStub
33 return grpc_stub_->TransferToClient(context, *request, response); in TransferToClient()
Dgrpc_stub.h31 Status TransferToClient(const TransferToClientRequest* arg,
Dgrpc_service.h61 ::grpc::Status TransferToClient(::grpc::ServerContext* context,
Dxla_service.proto87 rpc TransferToClient(TransferToClientRequest) rpc
/external/tensorflow/tensorflow/compiler/xla/
Dservice_interface.h35 virtual Status TransferToClient(const TransferToClientRequest* arg,
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h136 Status TransferToClient(const TransferToClientRequest* arg,
Dservice.cc916 Status Service::TransferToClient(const TransferToClientRequest* arg, in TransferToClient() function in xla::Service
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc52 Status s = stub_->TransferToClient(&request, &response); in Transfer()