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