Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for min_num_elements_for_weights_ (0.31 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            ),
            tags=tags,
            signature_keys=['serving_default'],
            op_set=quant_opts_pb2.XLA,
            # Gather op is opt-outed if the size is smaller than the threshold.
            min_num_elements_for_weights=1024 if expect_quantized_gather else 8192,
        )
    
        data_gen = self._create_data_generator(
            input_key='input_tensor',
            shape=[6],
            minval=0,
            maxval=10,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top