Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for preset_method (0.21 sec)

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

      )
    
      if (
          quant_method.preset_method == _PresetMethod.METHOD_STATIC_RANGE_INT8
          or quant_method.preset_method == _PresetMethod.METHOD_DYNAMIC_RANGE_INT8
      ) and (len(quant_method.quantization_component_specs) != 3):
        raise ValueError('Only 3 components are needed for', quant_method)
      elif (
          quant_method.preset_method
          == _PresetMethod.METHOD_STATIC_RANGE_WEIGHT_ONLY_INT8
    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