Home
last modified time | relevance | path

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

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