Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.h62 Status GetDeviceHandles(const GetDeviceHandlesRequest* arg, in GetDeviceHandles() function
Dservice.cc732 Status Service::GetDeviceHandles(const GetDeviceHandlesRequest* arg, in GetDeviceHandles() function in xla::Service
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto120 rpc GetDeviceHandles(GetDeviceHandlesRequest) rpc
Dgrpc_service.cc50 ::grpc::Status GRPCService::GetDeviceHandles(::grpc::ServerContext* context, in GetDeviceHandles() function in xla::GRPCService
Dgrpc_stub.cc116 Status GRPCStub::GetDeviceHandles(const GetDeviceHandlesRequest* request, in GetDeviceHandles() function in xla::GRPCStub
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc365 StatusOr<std::vector<DeviceHandle>> Client::GetDeviceHandles( in GetDeviceHandles() function in xla::Client