Skip to content

Commit 4e59c4e

Browse files
authored
remove unnecessary print
Differential Revision: D77181822 Pull Request resolved: #11925
1 parent 955c863 commit 4e59c4e

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)