Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc507 const py::function& get_device() const { return get_device_; } in get_device() function in jax::__anondba035660811::CompiledFunction
518 py::function fun, cache_miss, get_device; in ClearPythonReferences() local
606 py::function get_device, in CompiledFunction()
1201 py::function get_device, in InitializeCompiledFunction()
1216 py::function get_device, in MakeCompiledFunction()
1357 py::function get_device = py::cast<py::function>(pickle["get_device"]); in BuildJaxjitSubmodule() local
1401 std::shared_ptr<CompiledFunctionCache> cache) -> py::object { in BuildJaxjitSubmodule()
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DValueFormat.hh276 static inline Offset16To<Device>& get_device (Value* value) in get_device() function
280 static inline const Offset16To<Device>& get_device (const Value* value, bool *worked=nullptr) in get_device() function
/external/autotest/client/cros/
Ddhcpv6_test_base.py47 def get_device(self, interface_name): member in Dhcpv6TestBase
Ddhcp_test_base.py87 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.cpp69 const cl::Device &CLKernelLibrary::get_device() in get_device() function in arm_compute::CLKernelLibrary
DCLCompileContext.cpp327 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/autotest/site_utils/admin_audit/
Dservo_updater.py116 def get_device(self): member in _BaseUpdateServoFw
/external/libcups/scheduler/
Dcups-deviced.c470 get_device(cupsd_backend_t *backend) /* I - Backend to read from */ in get_device() function
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py388 def 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.py45 def get_device(): function
/external/python/mobly/mobly/controllers/
Dandroid_device.py382 def get_device(ads, **kwargs): function
/external/rust/pica/src/
Dlib.rs273 fn get_device(&self, device_handle: usize) -> Option<&Device> { in get_device() method
/external/libpcap/
Dpcap-dos.c138 static struct device *get_device (int fd) in get_device() function
/external/crosvm/devices/src/
Dbus.rs362 fn get_device(&self, addr: u64) -> Option<(u64, u64, BusEntry)> { in get_device() method
Dvfio.rs594 fn get_device(&self, name: &str) -> Result<File> { in get_device() method
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py1076 def get_device(self, device_type, on_start=True): member in BluetoothAdapterTests