Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_quant_ptq_pre_calibration (0.73 sec)

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

    namespace tensorflow {
    namespace quantization {
    
    // Names of the TensorFlow Quantization steps. These names are used primarily
    // for debugging.
    inline constexpr absl::string_view kTfQuantPtqPreCalibrationStepName =
        "tf_quant_ptq_pre_calibration";
    inline constexpr absl::string_view kTfQuantPtqPostCalibrationStepName =
        "tf_quant_ptq_post_calibration";
    inline constexpr absl::string_view kTfQuantQatStepName = "tf_quant_qat";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 15:31:08 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top