Searched refs:GetDeviceHandles (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | grpc_service.cc | 50 ::grpc::Status GRPCService::GetDeviceHandles(::grpc::ServerContext* context, in GetDeviceHandles() function in xla::GRPCService 54 return service_->GetDeviceHandles(arg, result); in GetDeviceHandles()
|
D | grpc_stub.cc | 116 Status GRPCStub::GetDeviceHandles(const GetDeviceHandlesRequest* request, in GetDeviceHandles() function in xla::GRPCStub 119 return grpc_stub_->GetDeviceHandles(context, *request, response); in GetDeviceHandles()
|
D | grpc_stub.h | 67 Status GetDeviceHandles(const GetDeviceHandlesRequest* arg,
|
D | grpc_service.h | 42 ::grpc::Status GetDeviceHandles(::grpc::ServerContext* context,
|
D | xla_service.proto | 120 rpc GetDeviceHandles(GetDeviceHandlesRequest) rpc
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.cc | 292 GetDeviceHandles(/*device_count=*/1)); in Execute() 365 StatusOr<std::vector<DeviceHandle>> Client::GetDeviceHandles( in GetDeviceHandles() function in xla::Client 375 Status s = stub_->GetDeviceHandles(&request, &response); in GetDeviceHandles()
|
D | client.h | 126 StatusOr<std::vector<DeviceHandle>> GetDeviceHandles(int64 device_count);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compile_only_service.h | 62 Status GetDeviceHandles(const GetDeviceHandlesRequest* arg, in GetDeviceHandles() function
|
D | service.h | 125 Status GetDeviceHandles(const GetDeviceHandlesRequest* arg,
|
D | service.cc | 759 Status Service::GetDeviceHandles(const GetDeviceHandlesRequest* arg, in GetDeviceHandles() function in xla::Service
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | service_interface.h | 75 virtual Status GetDeviceHandles(const GetDeviceHandlesRequest* arg,
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | client_test.cc | 133 client_->GetDeviceHandles(1)); in XLA_TEST_F()
|
D | gather_operation_test.cc | 662 client_->GetDeviceHandles(1)); in XLA_TEST_F()
|