HomeSort by relevance Sort by last modified time
    Searched refs:AddDevice (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
device_set_test.cc 42 void AddDevice(const char* type, const char* name) {
45 devices_.AddDevice(d);
77 AddDevice("d1", "/job:a/replica:0/task:0/device:d1:0");
80 AddDevice("d1", "/job:a/replica:0/task:0/device:d1:1");
84 AddDevice("d2", "/job:a/replica:0/task:0/device:d2:0");
89 AddDevice("d3", "/job:a/replica:0/task:0/device:d3:0");
device_set.h 38 void AddDevice(Device* device);
41 // must also be registered via AddDevice().
device_set.cc 33 void DeviceSet::AddDevice(Device* device) {
placer_test.cc 186 devices_.AddDevice(local_devices_.back().get());
190 devices_.AddDevice(local_devices_.back().get());
    [all...]
direct_session.cc 301 device_set_.AddDevice(d);
    [all...]
  /device/google/cuttlefish_common/host/libs/usbip/
device_pool.cpp 24 void DevicePool::AddDevice(BusDevNumber bdn, std::unique_ptr<Device> device) {
device_pool.h 47 void AddDevice(BusDevNumber bus_id, std::unique_ptr<Device> device);
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_device.h 42 AddDevice(device);
56 AddDevice(device);
70 AddDevice(device);
115 void AddDevice(const cl::sycl::device& d) {
  /external/webrtc/talk/media/webrtc/
fakewebrtcdeviceinfo.h 47 void AddDevice(const std::string& device_name, const std::string& device_id) {
webrtcvideocapturer_unittest.cc 52 factory_->device_info.AddDevice(kTestDeviceName, kTestDeviceId);
  /external/perfetto/include/perfetto/ftrace_reader/
ftrace_controller.h 87 void AddDevice(BlockDeviceID);
  /external/perfetto/src/ftrace_reader/
cpu_reader.h 133 metadata->AddDevice(dev_id);
ftrace_controller_unittest.cc 620 TEST(FtraceMetadataTest, AddDevice) {
622 metadata.AddDevice(1);
624 metadata.AddDevice(3);
631 metadata.AddDevice(3);
635 metadata.AddDevice(4);
640 metadata.AddDevice(5);
ftrace_controller.cc 398 void FtraceMetadata::AddDevice(BlockDeviceID device_id) {
  /external/tensorflow/tensorflow/core/distributed_runtime/
master.cc 383 device_set->AddDevice(d.get());
401 device_set->AddDevice(d.get());
405 device_set->AddDevice(d);
  /device/google/cuttlefish_common/host/libs/vadb/
virtual_adb_client.cpp 91 pool_->AddDevice(usbip::DevicePool::BusDevNumber{bus_id, dev_id},
  /system/core/adb/client/
usb_osx.cpp 102 static void AddDevice(std::unique_ptr<usb_handle> handle) {
309 AddDevice(std::move(handle));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
wdm.h     [all...]

Completed in 325 milliseconds