#ifndef MIGRAPH_GUARD_CONFIG_HPP #define MIGRAPH_GUARD_CONFIG_HPP namespace migraph {
#if !defined(MIGRAPH_USE_CLANG_TIDY) && !defined(DOXYGEN)
#define MIGRAPH_INLINE_NS version_1
#endif
} // namespace migraph #endif