Home
last modified time | relevance | path

Searched refs:GetDeviceHandles (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.h67 tensorflow::Status GetDeviceHandles( in GetDeviceHandles() function
Dservice.h129 tensorflow::Status GetDeviceHandles(
Dservice.cc811 tensorflow::Status Service::GetDeviceHandles(const GetDeviceHandlesRequest* arg, in GetDeviceHandles() function in xla::Service
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h90 StatusOr<std::vector<DeviceHandle>> GetDeviceHandles(int64 device_count);
Dclient.cc269 StatusOr<std::vector<DeviceHandle>> Client::GetDeviceHandles( in GetDeviceHandles() function in xla::Client
279 tensorflow::Status s = stub_->GetDeviceHandles(&request, &response); in GetDeviceHandles()
/external/tensorflow/tensorflow/compiler/xla/
Dservice_interface.h83 virtual tensorflow::Status GetDeviceHandles(
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_test.cc129 client_->GetDeviceHandles(1)); in XLA_TEST_F()