Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion backends/xnnpack/quantizer/xnnpack_quantizer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def _do_annotate_conv(

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

if is_conv_transpose:
# transposed convs per output channel quantization
Expand Down
Loading