Skip to content
Snippets Groups Projects
Commit 2abb961c authored by Olivier BICHLER's avatar Olivier BICHLER Committed by Maxence Naud
Browse files

Added binding for setUpperNode

parent edd81130
No related branches found
No related tags found
3 merge requests!279v0.4.0,!253v0.4.0,!203Fix LSTM ONNX compatibility
......@@ -198,7 +198,8 @@ void init_MetaOperatorDefs(py::module &m) {
.def(py::init<const char *, const std::shared_ptr<GraphView>&>(),
py::arg("type"),
py::arg("graph"))
.def("get_micro_graph", &MetaOperator_Op::getMicroGraph);
.def("get_micro_graph", &MetaOperator_Op::getMicroGraph)
.def("set_upper_node", &MetaOperator_Op::setUpperNode);
m.def("meta_operator", &MetaOperator,
py::arg("type"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment