/aosp_15_r20/external/pytorch/torch/distributed/rpc/ |
H A D | options.py | 10 DeviceType = Union[int, str, torch.device] variable 15 def _to_device(device: DeviceType) -> torch.device: 26 device_map: Dict[DeviceType, DeviceType] argument 42 def _to_device_list(devices: List[DeviceType]) -> List[torch.device]: 86 device_maps: Optional[Dict[str, Dict[DeviceType, DeviceType]]] = None, argument 87 devices: Optional[List[DeviceType]] = None, 107 def set_device_map(self, to: str, device_map: Dict[DeviceType, DeviceType]): argument 165 def set_devices(self, devices: List[DeviceType]):
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | adapter9.c | 263 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat() 400 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType() 462 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch() 508 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormatConversion() 546 D3DDEVTYPE DeviceType, in NineAdapter9_GetDeviceCaps() 1000 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDevice() 1060 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDeviceEx()
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/transport/ |
D | mod.rs | 16 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
|
D | pci.rs | 53 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()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | mod.rs | 165 pub enum DeviceType { enum 192 impl DeviceType { implementation 226 impl std::fmt::Display for DeviceType { implementation
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/inputdevice/tutorial/data/repository/ |
D | DeviceType.java | 14 public enum DeviceType { enum 18 DeviceType() { in DeviceType() method in DeviceType
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | types.h | 57 DeviceType(const char* type) // NOLINT(runtime/explicit) in DeviceType() function 60 explicit DeviceType(StringPiece type) : type_(type.data(), type.size()) {} in DeviceType() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | sti.h | 88 STI_DEVICE_TYPE DeviceType; member 101 STI_DEVICE_TYPE DeviceType; member 122 STI_DEVICE_TYPE DeviceType; member 137 STI_DEVICE_TYPE DeviceType; member
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/ |
H A D | mod.rs | 103 device_type: DeviceType, in new() 131 device_type: DeviceType, in new_internal() 393 fn device_type(&self) -> DeviceType { in device_type()
|
/aosp_15_r20/external/executorch/runtime/core/exec_aten/ |
H A D | exec_aten.h | 74 using DeviceType = c10::DeviceType; variable 118 using DeviceType = torch::executor::DeviceType; variable
|
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/ |
H A D | neural_stylus_palm_detection_filter_util_unittest.cc | 35 enum DeviceType { enum 85 bool CapabilitiesToDeviceInfo(DeviceType, EventDeviceInfo*) { in CapabilitiesToDeviceInfo() argument
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ |
H A D | DeviceInfo.java | 82 public enum DeviceType implements com.google.protobuf.ProtocolMessageEnum { enum in DeviceInfo 317 private DeviceType(int value) { in DeviceType() method in DeviceInfo.DeviceType
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/ |
H A D | DeviceInfo.java | 82 public enum DeviceType implements com.google.protobuf.ProtocolMessageEnum { enum in DeviceInfo 317 private DeviceType(int value) { in DeviceType() method in DeviceInfo.DeviceType
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | IDevice.h | 33 enum class DeviceType enum
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/ |
H A D | DeviceType.aidl | 36 enum DeviceType { enum
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/ |
H A D | DeviceType.aidl | 36 enum DeviceType { enum
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
H A D | DeviceType.aidl | 26 enum DeviceType { enum
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
H A D | DeviceType.aidl | 36 enum DeviceType { enum
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/ |
H A D | DeviceType.aidl | 36 enum DeviceType { enum
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
H A D | DeviceType.aidl | 36 enum DeviceType { enum
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks_interface/dump/android/hardware/neuralnetworks/ |
D | DeviceType.aidl | 36 enum DeviceType { enum
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/ |
D | DeviceType.h | 26 enum class DeviceType : int32_t { enum
|
/aosp_15_r20/external/libchrome/base/system_monitor/ |
H A D | system_monitor.h | 22 enum DeviceType { enum
|
/aosp_15_r20/external/cronet/base/system/ |
H A D | system_monitor.h | 20 enum DeviceType { enum
|
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/proto/ |
D | cf_log.proto | 29 enum DeviceType { enum
|