Recipies#
Fuse Mul Add#
- aidge_core.fuse_mul_add(graph_view: aidge_core.aidge_core.GraphView) None#
Recipie to Fuse MatMul and Add operators into an
aidge_core.FCoperator.- Parameters:
graph_view (
aidge_core.GraphView) – Graph view on which we want to apply the recipie
Remove flatten#
- aidge_core.remove_flatten(graph_view: aidge_core.aidge_core.GraphView) None#
Recipie to remove a flatten operator.
- Parameters:
graph_view (
aidge_core.GraphView) – Graph view on which we want to apply the recipie
Remove
Flattenbefore :cpp:function:Aidge::FCNode.- Parameters:
graphView – Graph view to use graph matching on, in order to apply transformations.