Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.cc33 void DeviceSet::AddDevice(Device* device) { in AddDevice() function in tensorflow::DeviceSet
Ddevice_set_test.cc42 void AddDevice(const char* type, const char* name) { in AddDevice() function in tensorflow::__anone8d617d30111::DeviceSetTest
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h115 void AddDevice(const cl::sycl::device& d) { in AddDevice() function
/external/webrtc/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h47 void AddDevice(const std::string& device_name, const std::string& device_id) { in AddDevice() function
/external/perfetto/src/ftrace_reader/
Dftrace_controller.cc398 void FtraceMetadata::AddDevice(BlockDeviceID device_id) { in AddDevice() function in perfetto::FtraceMetadata
Dftrace_controller_unittest.cc620 TEST(FtraceMetadataTest, AddDevice) { in TEST() argument