We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54b9c2 commit fed6329Copy full SHA for fed6329
tensorflow_examples/lite/model_maker/core/utils/ondevice_scann_builder_test.py
@@ -93,6 +93,9 @@ def test_create_from_config_ah(self):
93
min_cluster_size: 100.0
94
lookup_type: INT8
95
use_residual_quantization: false
96
+ fixed_point_lut_conversion_options {
97
+ float_to_int_conversion_method: ROUND
98
+ }
99
noise_shaping_threshold: 0.2
100
expected_sample_size: 100000
101
use_global_topn: false
0 commit comments