fastmachinelearning / qonnx

QONNX: Arbitrary-Precision Quantized Neural Networks in ONNX
https://qonnx.readthedocs.io/
Apache License 2.0
124 stars 39 forks source link

[Conv2MatMul] default pad handling for convs #111

Open maltanar opened 7 months ago

maltanar commented 7 months ago

For LowerConvsToMatMul, instead of erroring out, assume no padding when padding in Conv nodes is not specified.