Home
last modified time | relevance | path

Searched refs:device_kind (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/devices/src/irqchip/kvm/
Daarch64.rs33 device_kind: DeviceKind, field
84 let (vgic, device_kind, cpu_redist_attr, dist_attr_attr) = in new()
146 device_kind, in new()
157 device_kind: self.device_kind, in arch_try_clone()
165 self.device_kind in get_vgic_version()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.h34 std::string device_kind) in PjRtTpuDevice() argument
36 std::move(device_kind), task_id), in PjRtTpuDevice()
Dgpu_device.h31 std::string device_kind, int node_id);
Dpjrt_stream_executor_client.h61 std::string device_kind, int task_id = 0)
67 device_kind_(std::move(device_kind)) {} in id_()
104 absl::string_view device_kind() const override { return device_kind_; } in device_kind() function
Dgpu_device.cc309 std::string device_kind, int node_id) in GpuDevice() argument
311 std::move(device_kind), node_id) {} in GpuDevice()
Dpjrt_client.h89 virtual absl::string_view device_kind() const = 0;
/external/webrtc/modules/audio_processing/test/
Dfake_recording_device.cc138 int device_kind) { in FakeRecordingDevice() argument
139 switch (device_kind) { in FakeRecordingDevice()
Dfake_recording_device.h47 FakeRecordingDevice(int initial_mic_level, int device_kind);
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.h66 absl::string_view device_kind() const override { return device_kind_; } in device_kind() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla.cc124 .def_property_readonly("device_kind", &PjRtDevice::device_kind) in PYBIND11_MODULE()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp304 case TraitSelector::device_kind: in getVariantMatchScore()