Home
last modified time | relevance | path

Searched defs:DeviceType (Results 1 – 25 of 77) sorted by relevance

1234

/external/tensorflow/tensorflow/core/framework/
Dtypes.h57 DeviceType(const char* type) // NOLINT(runtime/explicit) in DeviceType() function
60 explicit DeviceType(StringPiece type) : type_(type.data(), type.size()) {} in DeviceType() function
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c278 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat()
415 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType()
477 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch()
523 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormatConversion()
561 D3DDEVTYPE DeviceType, in NineAdapter9_GetDeviceCaps()
1015 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDevice()
1075 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDeviceEx()
/external/rust/crates/virtio-drivers/src/transport/
Dmod.rs16 fn device_type(&self) -> DeviceType; in device_type()
139 pub enum DeviceType { enum
165 impl From<u32> for DeviceType { implementation
195 impl From<u16> for DeviceType { implementation
201 impl From<u8> for DeviceType { implementation
Dpci.rs53 fn device_type(pci_device_id: u16) -> DeviceType { in device_type()
69 pub fn virtio_device_type(device_function_info: &DeviceFunctionInfo) -> Option<DeviceType> { in virtio_device_type()
203 fn device_type(&self) -> DeviceType { in device_type()
Dfake.rs26 fn device_type(&self) -> DeviceType { in device_type()
/external/crosvm/devices/src/virtio/
Dmod.rs162 pub enum DeviceType { enum
188 impl DeviceType { impl
221 impl std::fmt::Display for DeviceType { implementation
Drng.rs129 fn device_type(&self) -> DeviceType { in device_type()
Dp9.rs175 fn device_type(&self) -> DeviceType { in device_type()
Dtpm.rs183 fn device_type(&self) -> DeviceType { in device_type()
/external/ComputeLibrary/arm_compute/core/
DIDevice.h33 enum class DeviceType enum
/external/libchrome/base/system_monitor/
Dsystem_monitor.h22 enum DeviceType { enum
/external/cronet/base/system/
Dsystem_monitor.h20 enum DeviceType { enum
/external/android-nn-driver/1.2/
DHalPolicy.hpp35 using DeviceType = V1_2::DeviceType; typedef in armnn_driver::hal_1_2::HalPolicy
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h33 enum class DeviceType : bool { enum
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.cc50 const char* CustomDeviceTensorHandle::DeviceType(Status* status) const { in DeviceType() function in tensorflow::CustomDeviceTensorHandle
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_options.proto12 enum DeviceType { enum
/external/crosvm/devices/src/virtio/vhost_user_frontend/
Dmod.rs95 device_type: DeviceType, in new()
123 device_type: DeviceType, in new_internal()
358 fn device_type(&self) -> DeviceType { in device_type()
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter_util_unittest.cc35 enum DeviceType { enum
85 bool CapabilitiesToDeviceInfo(DeviceType, EventDeviceInfo*) { in CapabilitiesToDeviceInfo() argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_viewer_test.cc123 TEST(OpStatsToPodViewer, DeviceType) { in TEST() argument
/external/angle/src/libANGLE/
DCLBitField.h67 using DeviceType = BitField; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dinspecting_placer.cc60 [](string* out, const std::pair<DeviceType, int32>& type_and_pref) { in DebugString()
/external/crosvm/devices/src/virtio/vhost/
Dscmi.rs85 fn device_type(&self) -> DeviceType { in device_type()
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/
DDeviceInfo.java82 public enum DeviceType implements com.google.protobuf.ProtocolMessageEnum { enum in DeviceInfo
317 private DeviceType(int value) { in DeviceType() method in DeviceInfo.DeviceType
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/
DDeviceInfo.java82 public enum DeviceType implements com.google.protobuf.ProtocolMessageEnum { enum in DeviceInfo
317 private DeviceType(int value) { in DeviceType() method in DeviceInfo.DeviceType
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dmod.rs99 fn device_type(&self) -> DeviceType { in device_type()

1234