Skip to content
Snippets Groups Projects

Add a Backward Pass for the MetaOperators

Merged Benjamin Halimi requested to merge add_metaops_bwd into dev
Files
2
@@ -203,13 +203,8 @@ public:
/**
* @brief Perform the backward pass for the operator.
*
* @note Currently not implemented.
*/
void backward() override {
AIDGE_THROW_OR_ABORT(std::runtime_error, "backward() not implemented yet for a MetaOperator");
}
void backward() override;
/**
* @brief Check if the operator is atomic.
*
Loading