Skip to content

Commit

Permalink
Disable per-channel quant on requantize test (#2616)
Browse files Browse the repository at this point in the history
BUG=cleanup
  • Loading branch information
rascani authored Jul 2, 2024
1 parent dc4dcb7 commit 0cc2e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/lite/micro/tools/requantize_flatbuffer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def convert_tfl_converter(keras_model,
converter.representative_dataset = representative_dataset_gen
# TODO(b/324385802): Support per-channel quantization for FullyConnected.
converter._experimental_disable_per_channel_quantization_for_dense_layers = True
converter._experimental_disable_per_channel = True
return converter.convert()


Expand Down

0 comments on commit 0cc2e49

Please sign in to comment.