Skip to content

Update to const graph

Cyril Moineau requested to merge MetaOperatorUpdateOutputsWithMicroGraph into dev

MetaOperator_Op::getMicroGraph return a std::shared_ptr<const GraphView> instead of a std::shared_ptr<const GraphView> following aidge_core!516 (merged)

  • resetGrad is now a const method and take as an argument a ptr to a const GraphView.

Merge request reports

Loading