config.hpp 156 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
#ifndef MIGRAPH_GUARD_CONFIG_HPP
#define MIGRAPH_GUARD_CONFIG_HPP

namespace migraph {

#define MIGRAPH_INLINE_NS version_1

} // namespace migraph

#endif