#ifndef MIGRAPH_GUARD_RTGLIB_AUTO_CONTIGOUS_HPP #define MIGRAPH_GUARD_RTGLIB_AUTO_CONTIGOUS_HPP #include #include #include namespace migraph { inline namespace MIGRAPH_INLINE_NS { struct program; struct auto_contiguous { std::string name() const { return "auto_contiguous"; } void apply(program& p) const; }; } // inline namespace MIGRAPH_INLINE_NS } // namespace migraph #endif