Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/
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
/external/pytorch/test/inductor/extension_backends/triton/
Ddevice_interface.py65 def get_device_properties( member in DeviceInterface.Worker
113 def get_device_properties(device) -> DeviceProperties: member in DeviceInterface
/external/pytorch/c10/xpu/
DXPUFunctions.cpp146 void get_device_properties(DeviceProp* device_prop, DeviceIndex device) { in get_device_properties() function
/external/pytorch/torch/xpu/
D__init__.py240 def get_device_properties(device: Optional[_device_t] = None) -> _XpuDeviceProperties: function
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_physical_device.c428 get_device_properties(const struct panvk_instance *instance, in get_device_properties() function
/external/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c195 static void get_device_properties(const struct instance_info *info, VkPhysicalDevice device, VkPhys… in get_device_properties() function
/external/autotest/client/cros/
Dcros_disks.py249 def get_device_properties(self, path): member in CrosDisksClient
/external/pytorch/torch/cuda/
D__init__.py513 def get_device_properties(device: _device_t) -> _CudaDeviceProperties: function
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c833 get_device_properties(const struct v3dv_physical_device *device, in get_device_properties() function