Skip to content

Commit ec72338

Browse files
mcr229facebook-github-bot
authored andcommitted
remove unnecessary print (#11925)
Summary: Removing Unnecessary print Reviewed By: GregoryComer, pssrawat Differential Revision: D77181822
1 parent 7e28a04 commit ec72338

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)