context.hpp 250 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
5
6
7
8
9
#include <string>
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>

Paul's avatar
Paul committed
10
namespace migraph {
Paul's avatar
Paul committed
11
12
13
14
15

<%
interface('context')
%>

Paul's avatar
Paul committed
16
} // namespace migraph
Paul's avatar
Paul committed
17
18

#endif