Skip to content

Commit 11cf958

Browse files
committed
remove print statement
1 parent 382d555 commit 11cf958

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/xnnpack/quantizer/xnnpack_quantizer_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def _do_annotate_conv(
271271

272272
# skip if transposed conv has more than 1 group
273273
skip = skip or (is_conv_transpose and num_groups != 1)
274-
print(f"{skip} conv transpose and num_groups")
275274

276275
if is_conv_transpose:
277276
# transposed convs per output channel quantization

0 commit comments

Comments
 (0)