Skip to content
Snippets Groups Projects

Resolve "Cannot get attribute of Reshape_Op in Python"

Merged Maxence Naud requested to merge fix_reshape_op into dev
3 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -24,7 +24,6 @@ void init_GenericOperator(py::module& m) {
py::class_<GenericOperator_Op, std::shared_ptr<GenericOperator_Op>, DynamicAttributes, OperatorTensor>(m, "GenericOperatorOp",
py::multiple_inheritance())
.def_readonly_static("identity", &GenericOperator_Op::Identity)
.def("compute_output_dims", &GenericOperator_Op::computeOutputDims)
.def("set_compute_output_dims", &GenericOperator_Op::setComputeOutputDims, py::arg("computation_function"));
// &GenericOperator
Loading