qonnx.transformation.quant_constant_folding (module)

class qonnx.transformation.quant_constant_folding.FoldTransposeIntoQuantInit

Bases: qonnx.transformation.base.Transformation

Fueses a Transpose node into the initalizer of a Quant node.

apply(model)