Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/
H A DVulkanGuardImpl.cpp9 struct VulkanGuardImpl final : public c10::impl::DeviceGuardImplInterface { struct
13 explicit VulkanGuardImpl(DeviceType t) { in VulkanGuardImpl() function
17 DeviceType type() const override { in type()
20 Device exchangeDevice(Device) const override { in exchangeDevice()
24 Device getDevice() const override { in getDevice()
27 void setDevice(Device) const override { in setDevice()
30 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice()
34 Stream getStream(Device d) const noexcept override { in getStream()
40 Stream exchangeStream(Stream s) const noexcept override { in exchangeStream()
45 DeviceIndex deviceCount() const noexcept override { in deviceCount()
[all …]