Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for QuantizationComponent (0.27 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.cc

        }
    
        if (quant_options_.quantization_method()
                .quantization_component_specs()
                .empty()) {
          auto add_new_spec =
              [this](QuantizationComponentSpec::QuantizationComponent component,
                     QuantizationComponentSpec::TensorType type) {
                QuantizationComponentSpec* new_spec =
                    quant_options_.mutable_quantization_method()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.py

    _PresetMethod = _QuantizationMethod.PresetMethod
    _CalibrationMethod = (
        stablehlo_quant_config_pb2.CalibrationOptions.CalibrationMethod
    )
    
    _QuantizationComponent = _QuantizationComponentSpec.QuantizationComponent
    _TensorType = _QuantizationComponentSpec.TensorType
    
    _RepresentativeDatasetFile = quant_opts_pb2.RepresentativeDatasetFile
    
    # Mapping of signature def key -> SignatureDef.
    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