/external/pytorch/torch/distributed/rpc/ |
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]):
|
/external/tensorflow/tensorflow/core/framework/ |
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
|
/external/mesa3d/src/gallium/frontends/nine/ |
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() 998 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDevice() 1058 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDeviceEx()
|
/external/rust/android-crates-io/crates/virtio-drivers/src/transport/ |
D | mod.rs | 21 fn device_type(&self) -> DeviceType; in device_type() 167 pub enum DeviceType { enum 194 impl From<u32> for DeviceType { implementation 225 impl From<u16> for DeviceType { implementation 231 impl From<u8> for DeviceType { implementation
|
/external/crosvm/devices/src/virtio/ |
D | mod.rs | 164 pub enum DeviceType { enum 191 impl DeviceType { impl 225 impl std::fmt::Display for DeviceType { implementation
|
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/transport/ |
D | mod.rs | 41 fn device_type(&self) -> DeviceType; in device_type() 187 pub enum DeviceType { enum 214 impl From<u32> for DeviceType { implementation 245 impl From<u16> for DeviceType { implementation 251 impl From<u8> for DeviceType { implementation
|
/external/ComputeLibrary/arm_compute/core/ |
D | IDevice.h | 33 enum class DeviceType enum
|
/external/libchrome/base/system_monitor/ |
D | system_monitor.h | 22 enum DeviceType { enum
|
/external/cronet/stable/base/system/ |
D | system_monitor.h | 20 enum DeviceType { enum
|
/external/cronet/tot/base/system/ |
D | system_monitor.h | 20 enum DeviceType { enum
|
/external/android-nn-driver/1.2/ |
D | HalPolicy.hpp | 35 using DeviceType = V1_2::DeviceType; typedef in armnn_driver::hal_1_2::HalPolicy
|
/external/executorch/runtime/core/exec_aten/ |
D | exec_aten.h | 74 using DeviceType = c10::DeviceType; variable 118 using DeviceType = torch::executor::DeviceType; variable
|
/external/executorch/runtime/core/portable_type/ |
D | device.h | 19 enum class DeviceType : int8_t { enum
|
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.h | 34 enum class DeviceType : bool { enum
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | custom_device.cc | 50 const char* CustomDeviceTensorHandle::DeviceType(Status* status) const { in DeviceType() function in tensorflow::CustomDeviceTensorHandle
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_options.proto | 12 enum DeviceType { enum
|
/external/crosvm/devices/src/virtio/vhost_user_frontend/ |
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()
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/ |
D | BlockIo.h | 71 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
D | BlockIo.h | 71 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/ |
D | BlockIo.h | 77 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
D | BlockIo.h | 71 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
|
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/ |
D | neural_stylus_palm_detection_filter_util_unittest.cc | 35 enum DeviceType { enum 85 bool CapabilitiesToDeviceInfo(DeviceType, EventDeviceInfo*) { in CapabilitiesToDeviceInfo() argument
|
/external/pytorch/c10/core/ |
D | DeviceType.h | 36 enum class DeviceType : int8_t { enum
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_stats_to_pod_viewer_test.cc | 123 TEST(OpStatsToPodViewer, DeviceType) { in TEST() argument
|
/external/angle/src/libANGLE/ |
D | CLBitField.h | 70 using DeviceType = BitField; variable
|