Searched defs:MAIAGuardImpl (Results 1 – 1 of 1) sorted by relevance
64 struct MAIAGuardImpl final : public c10::impl::DeviceGuardImplInterface { struct66 MAIAGuardImpl() {} in MAIAGuardImpl() function67 MAIAGuardImpl(DeviceType t) { in MAIAGuardImpl() argument70 DeviceType type() const override { in type()73 Device exchangeDevice(Device d) const override { in exchangeDevice()78 Device getDevice() const override { in getDevice()81 void setDevice(Device d) const override { in setDevice()85 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice()87 Stream getStream(Device d) const noexcept override { in getStream()90 Stream exchangeStream(Stream s) const noexcept override { in exchangeStream()[all …]