Home
last modified time | relevance | path

Searched defs:get_device (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Ddevices.py23 def get_device(self, device_id): member in DevicesClient
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc463 const py::function& get_device() const { return get_device_; } in get_device() function in jax::__anon7dabdf6d0811::CompiledFunction
473 py::function fun, cache_miss, get_device; in ClearPythonReferences() local
530 py::function get_device, in CompiledFunction()
1089 py::function get_device, in InitializeCompiledFunction()
1103 py::function get_device, in MakeCompiledFunction()
1252 py::function get_device = py::cast<py::function>(pickle["get_device"]); in BuildJaxjitSubmodule() local
1333 std::shared_ptr<CompiledFunctionCache> cache) -> py::object { in BuildJaxjitSubmodule()
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py33 def get_device(self, interface_name): member in network_VPNConnect
/external/autotest/client/cros/
Ddhcpv6_test_base.py46 def get_device(self, interface_name): member in Dhcpv6TestBase
Ddhcp_test_base.py82 def get_device(self, interface_name): member in DhcpTestBase
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_placer.cc115 const DeviceProperties& VirtualPlacer::get_device(const NodeDef& node) const { in get_device() function in tensorflow::grappler::VirtualPlacer
/external/ComputeLibrary/src/core/CL/
DCLKernelLibrary.cpp1032 const cl::Device &CLKernelLibrary::get_device() in get_device() function in CLKernelLibrary
DCLCompileContext.cpp314 const cl::Device &CLCompileContext::get_device() const in get_device() function in arm_compute::CLCompileContext
/external/libiio/src/tests/
Diio_adi_xflow_check.c81 static struct iio_device *get_device(const struct iio_context *ctx, in get_device() function
/external/libiio/src/bindings/csharp/
DContext.cs189 public Device get_device(string name) in get_device() method in iio.Context
/external/libcups/scheduler/
Dcups-deviced.c470 get_device(cupsd_backend_t *backend) /* I - Backend to read from */ in get_device() function
/external/libcups/backend/
Ddnssd.c834 get_device(cups_array_t *devices, /* I - Device array */ in get_device() function
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dstateless_random_ops_test.py49 def get_device(): function
/external/python/mobly/mobly/controllers/
Dandroid_device.py380 def get_device(ads, **kwargs): function
/external/libpcap/
Dpcap-dos.c137 static struct device *get_device (int fd) in get_device() function
/external/crosvm/devices/src/
Dbus.rs280 fn get_device(&self, addr: u64) -> Option<(u64, u64, BusDeviceEntry)> { in get_device() method
Dvfio.rs526 fn get_device(&self, name: &str) -> Result<File> { in get_device() method
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh271 static inline Offset16To<Device>& get_device (Value* value) in get_device() function
275 static inline const Offset16To<Device>& get_device (const Value* value, bool *worked=nullptr) in get_device() function
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py932 def get_device(self, device_type, on_start=True): member in BluetoothAdapterTests