qonnx.transformation.infer_shapes (module)

class qonnx.transformation.infer_shapes.InferShapes

Bases: qonnx.transformation.base.Transformation

Ensure every tensor in the model has a specified shape (ValueInfo).

apply(model)