onnx.hpp 179 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GUARD_RTGLIB_ONNX_HPP
#define GUARD_RTGLIB_ONNX_HPP

#include <rtg/program.hpp>

namespace rtg {

program parse_onnx(const std::string& name);

} // namespace rtg

#endif