We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955c863 commit 4e59c4eCopy full SHA for 4e59c4e
backends/xnnpack/quantizer/xnnpack_quantizer_utils.py
@@ -271,7 +271,6 @@ def _do_annotate_conv(
271
272
# skip if transposed conv has more than 1 group
273
skip = skip or (is_conv_transpose and num_groups != 1)
274
- print(f"{skip} conv transpose and num_groups")
275
276
if is_conv_transpose:
277
# transposed convs per output channel quantization
0 commit comments