Add a Backward Pass for the MetaOperators
Description
The metaOperator class was lacking an implementation for the backward pass. This MR address this.
The code is based on the implementation of the MetaOperator's forward pass.
Modified files : MetaOperator.cpp
, MetaOperator.hpp