qonnx.transformation.lower_convs_to_matmul (module)
- class qonnx.transformation.lower_convs_to_matmul.LowerConvsToMatMul
Bases:
qonnx.transformation.base.TransformationReplace Conv layers with pairs of Im2Col-MatMul layers, plus Transpose layers to keep the original data layout.
- apply(model)