Skip to content

Fixing the resetInput method to work with MetaOperators

Noam Zerah requested to merge noamzerah/aidge_core:resetInput_MetaOps into dev

This merge request updates the prototype of the resetInput() method in OperatorTensor.hpp to enable a dedicated implementation for meta-operators (MetaOperator.(h/c)pp), rather than relying on a generic implementation. This ensures proper handling of inputs.

This MR addresses the following issue: [#256 (moved)]

Merge request reports

Loading