Home
last modified time | relevance | path

Searched defs:DeviceInterface (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py36 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 DvkDefs.hpp271 class DeviceInterface class
283 DeviceInterface(void) in DeviceInterface() function in vk::DeviceInterface
H A DvkRayTracingUtil.cpp1751 …virtual void create(const DeviceInterface &, const VkDevice, Allocator &, VkDeviceSize, VkDeviceAd… in create()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicClass.hpp47 … 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 Ddevice_interface.py15 class DeviceInterface(device_interface.DeviceInterface): class