"tests/testdata/math_geometry-v1-greedy_until" did not exist on "f9cc0267360382ef5b7c7cbd831c6b3b4a857c47"
onnx.hpp 199 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GUARD_MIGRAPHLIB_ONNX_HPP
#define GUARD_MIGRAPHLIB_ONNX_HPP

#include <migraph/program.hpp>

namespace migraph {

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

} // namespace migraph

#endif