Skip to content
Snippets Groups Projects

Changes related to aidgeonnx::DevONNX

Merged Cyril Moineau requested to merge DevONNX into main
3 files
+ 71
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -122,7 +122,8 @@ void init_MetaOperatorDefs(py::module &m) {
@@ -122,7 +122,8 @@ void init_MetaOperatorDefs(py::module &m) {
declare_PaddedMaxPoolingOp<2>(m);
declare_PaddedMaxPoolingOp<2>(m);
declare_PaddedMaxPoolingOp<3>(m);
declare_PaddedMaxPoolingOp<3>(m);
py::class_<MetaOperator_Op, std::shared_ptr<MetaOperator_Op>, Operator>(m, "MetaOperator_Op", py::multiple_inheritance());
py::class_<MetaOperator_Op, std::shared_ptr<MetaOperator_Op>, Operator>(m, "MetaOperator_Op", py::multiple_inheritance())
 
.def("get_micro_graph", &MetaOperator_Op::getMicroGraph);
m.def("meta_operator", &MetaOperator,
m.def("meta_operator", &MetaOperator,
py::arg("type"),
py::arg("type"),
Loading