Home
last modified time | relevance | path

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

123456

/external/pytorch/torch/distributed/rpc/
Doptions.py10 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/
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.c263 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/
Dmod.rs21 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/
Dmod.rs164 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/
Dmod.rs41 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/
DIDevice.h33 enum class DeviceType enum
/external/libchrome/base/system_monitor/
Dsystem_monitor.h22 enum DeviceType { enum
/external/cronet/stable/base/system/
Dsystem_monitor.h20 enum DeviceType { enum
/external/cronet/tot/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/executorch/runtime/core/exec_aten/
Dexec_aten.h74 using DeviceType = c10::DeviceType; variable
118 using DeviceType = torch::executor::DeviceType; variable
/external/executorch/runtime/core/portable_type/
Ddevice.h19 enum class DeviceType : int8_t { enum
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h34 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.rs103 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/
DBlockIo.h71 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
DBlockIo.h71 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
DBlockIo.h77 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
DBlockIo.h71 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member
/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/pytorch/c10/core/
DDeviceType.h36 enum class DeviceType : int8_t { enum
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_viewer_test.cc123 TEST(OpStatsToPodViewer, DeviceType) { in TEST() argument
/external/angle/src/libANGLE/
DCLBitField.h70 using DeviceType = BitField; variable

123456