Searched refs:get_device (Results 1 - 24 of 24) sorted by relevance

/external/eigen/unsupported/test/
H A Dcxx11_tensor_device_sycl.cpp25 << sycl_device.m_queue.get_device(). template get_info<cl::sycl::info::device::name>() <<std::endl;;
/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_placer_test.cc41 EXPECT_EQ("GPU", placer.get_device(node).type());
46 EXPECT_EQ("CPU", placer.get_device(node).type());
51 EXPECT_EQ("GPU", placer.get_device(node).type());
71 EXPECT_EQ("GPU", placer.get_device(node).type());
75 EXPECT_EQ("CPU", placer.get_device(node).type());
79 EXPECT_EQ("GPU", placer.get_device(node).type());
101 EXPECT_EQ("CPU", placer.get_device(node).type());
106 EXPECT_EQ("TPU", placer.get_device(node).type());
264 EXPECT_EQ("UNKNOWN", placer.get_device(node).type());
280 EXPECT_EQ("CPU", placer.get_device(nod
[all...]
H A Dvirtual_placer.h34 const DeviceProperties& get_device(const NodeDef& node) const;
H A Dvirtual_placer.cc115 const DeviceProperties& VirtualPlacer::get_device(const NodeDef& node) const { function in class:tensorflow::grappler::VirtualPlacer
H A Dvirtual_scheduler.cc608 device = placer_.get_device(*node);
/external/autotest/client/profilers/blktrace/
H A Dblktrace.py36 def get_device(self, test): member in class:blktrace
52 device = self.get_device(test)
66 device = self.get_device(test)
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
H A Dnetwork_8021xWiredAuthentication.py31 def get_device(self, interface_name): member in class:network_8021xWiredAuthentication
57 device = self.get_device(interface_name)
70 device = self.get_device(interface_name)
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
H A Ddevices.py24 def get_device(self, device_id): member in class:DevicesClient
H A Dclient_lib_test.py86 if not d_client.get_device(new_device_id):
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclRun.h40 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2;
H A DTensorReductionSycl.h119 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2;
192 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2;
/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_allocator.cc25 const cl::sycl::device& device = sycl_queue.get_device();
H A Dsycl_device.h172 auto device = queue_ptr->sycl_queue().get_device();
/external/autotest/client/cros/
H A Ddhcp_test_base.py75 def get_device(self, interface_name): member in class:DhcpTestBase
96 device = self.get_device(interface_name)
111 device = self.get_device(interface_name)
H A Ddhcpv6_test_base.py39 def get_device(self, interface_name): member in class:Dhcpv6TestBase
60 device = self.get_device(interface_name)
75 device = self.get_device(interface_name)
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
H A Dbluetooth_AdapterHIDReports.py65 device = self.get_device(device_type)
/external/autotest/client/site_tests/network_VPNConnect/
H A Dnetwork_VPNConnect.py33 def get_device(self, interface_name): member in class:network_VPNConnect
59 device = self.get_device(interface_name)
/external/autotest/server/site_tests/bluetooth_AdapterPairing/
H A Dbluetooth_AdapterPairing.py64 device = self.get_device(device_type)
/external/libpcap/
H A Dpcap-dos.c137 static struct device *get_device (int fd) function
243 dev = get_device (p->fd);
366 struct device *dev = p ? get_device(p->fd) : NULL;
399 struct device *dev = p ? get_device (p->fd) : NULL;
459 if (!get_device(p->fd))
907 struct device *dev = p ? get_device(p->fd) : NULL;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh140 if (use_x_device) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font, store);
144 if (use_y_device) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font, store);
148 if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font, store);
153 if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font, store);
168 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
169 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
170 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
171 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
176 static inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat
178 static inline const OffsetTo<Device>& get_device (cons function in struct:OT::ValueFormat
[all...]
/external/autotest/client/common_lib/cros/tendo/
H A Dbuffet_tester.py219 device_resource = self._device_client.get_device(device_id)
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dstatic_schedule.cc43 DeviceProperties device = placer.get_device(node);
/external/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c448 get_device(dev);
/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py468 def get_device(self, device_type): member in class:BluetoothAdapterTests

Completed in 715 milliseconds