config.hpp 221 Bytes
Newer Older
1
2
3
4
5
#ifndef MIGRAPH_GUARD_CONFIG_HPP
#define MIGRAPH_GUARD_CONFIG_HPP

namespace migraph {

Paul's avatar
Paul committed
6
#if !defined(MIGRAPH_USE_CLANG_TIDY) && !defined(DOXYGEN)
7
#define MIGRAPH_INLINE_NS version_1
Shucai Xiao's avatar
Shucai Xiao committed
8
#endif
9
10
11
12

} // namespace migraph

#endif