Searched defs:DeviceInterface (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | device_interface.py | 36 class DeviceInterface(metaclass=DeviceInterfaceMeta): class 138 self, device_interface: Type[DeviceInterface], index: Optional[int] 297 device: Union[str, torch.device], device_interface: Type[DeviceInterface]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkDefs.hpp | 271 class DeviceInterface class 283 DeviceInterface(void) in DeviceInterface() function in vk::DeviceInterface
|
H A D | vkRayTracingUtil.cpp | 1751 …virtual void create(const DeviceInterface &, const VkDevice, Allocator &, VkDeviceSize, VkDeviceAd… in create()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryBasicClass.hpp | 47 … virtual void bindDescriptorSets(const vk::DeviceInterface & /*vk*/, const vk::VkDevice /*device*/, in bindDescriptorSets()
|
/aosp_15_r20/external/pytorch/test/inductor/extension_backends/triton/ |
H A D | device_interface.py | 15 class DeviceInterface(device_interface.DeviceInterface): class
|