#ifndef MIGRAPHX_GUARD_OPERATORS_ACOS_HPP #define MIGRAPHX_GUARD_OPERATORS_ACOS_HPP #include #include #include #include #include #include #include #include #include #include #include namespace migraphx { inline namespace MIGRAPHX_INLINE_NS { namespace op { struct acos : unary { std::string name() const { return "acos"; } }; } // namespace op } // namespace MIGRAPHX_INLINE_NS } // namespace migraphx #endif