wonnx
wonnx copied to clipboard
Support basic grouped convolutions
Part of https://github.com/webonnx/wonnx/issues/109
Depth-wise convolutions are still failing (eg. https://github.com/onnx/onnx/tree/main/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise), I'm not yet sure why. test_Conv2d_groups passes with this PR though.