| 65 | } |
| 66 | |
| 67 | MIGRAPHX_PY_EXPORT program load_py(const std::string& filename) |
| 68 | { |
| 69 | static auto f = py_lib().get_function<program(const std::string&)>("migraphx_load_py"); |
| 70 | return f(filename); |
| 71 | } |
| 72 | |
| 73 | } // namespace MIGRAPHX_INLINE_NS |
| 74 | } // namespace migraphx |