Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updated_component_spec (0.65 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.py

      """
      # Make sure creating one spec per component.
      updated_component_spec = dict()
    
      # Populate default configuration.
      if (
          quant_method.preset_method == _PresetMethod.METHOD_STATIC_RANGE_INT8
          or quant_method.preset_method == _PresetMethod.METHOD_DYNAMIC_RANGE_INT8
      ):
        updated_component_spec[_QuantizationComponent.COMPONENT_ACTIVATION] = (
            _QuantizationComponentSpec(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top