Home
last modified time | relevance | path

Searched defs:get_device_properties (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py63 def get_device_properties(device: _device_t = None): member in DeviceInterface.Worker
115 def get_device_properties(device: _device_t = None): member in DeviceInterface
174 def get_device_properties(device: _device_t = None): member in CudaInterface.Worker
201get_device_properties = staticmethod(torch.cuda.get_device_properties) # type: ignore[assignment] variable in CudaInterface
245 def get_device_properties(device: _device_t = None): member in XpuInterface.Worker
272get_device_properties = staticmethod(torch.xpu.get_device_properties) # type: ignore[assignment] variable in XpuInterface
/aosp_15_r20/external/pytorch/test/inductor/extension_backends/triton/
H A Ddevice_interface.py65 def get_device_properties( member in DeviceInterface.Worker
113 def get_device_properties(device) -> DeviceProperties: member in DeviceInterface
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUFunctions.cpp146 void get_device_properties(DeviceProp* device_prop, DeviceIndex device) { in get_device_properties() function
/aosp_15_r20/external/pytorch/torch/xpu/
H A D__init__.py240 def get_device_properties(device: Optional[_device_t] = None) -> _XpuDeviceProperties: function
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c240 get_device_properties(const struct panvk_instance *instance, in get_device_properties() function
/aosp_15_r20/external/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c192 static void get_device_properties(const struct instance_info *info, VkPhysicalDevice device, VkPhys… in get_device_properties() function
/aosp_15_r20/external/autotest/client/cros/
H A Dcros_disks.py249 def get_device_properties(self, path): member in CrosDisksClient
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py513 def get_device_properties(device: _device_t) -> _CudaDeviceProperties: function
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c829 get_device_properties(const struct v3dv_physical_device *device, in get_device_properties() function