qonnx.transformation.extract_conv_bias (module)

class qonnx.transformation.extract_conv_bias.ExtractBiasFromConv

Bases: qonnx.transformation.base.Transformation

Extracts the (optional) Bias from a Conv node and inserts it behind the Conv node as an Add node.

apply(model)