Skip to content

Commit 60d32e0

Browse files
authored
Removed print statement in XNNPACK quantize utils (#12785)
### Summary Removed print statement in XNNPACK quantize utils ### Test plan Just removed the print statment.
1 parent 74b085e commit 60d32e0

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)