context.hpp 149 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
#ifndef MIGRAPH_GUARD_CONTEXT_HPP
#define MIGRAPH_GUARD_CONTEXT_HPP
Paul's avatar
Paul committed
3

Paul's avatar
Paul committed
4
namespace migraph {
Paul's avatar
Paul committed
5
6
7
8
9

<%
interface('context')
%>

Paul's avatar
Paul committed
10
} // namespace migraph
Paul's avatar
Paul committed
11
12

#endif