Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for QuantPassSpec (0.12 sec)

  1. tensorflow/compiler/mlir/lite/transforms/quantize.cc

                                            NumericVerifyOp, RootOpT> {
      explicit TFLQuantizationBase(MLIRContext* ctx,
                                   const quant::QuantPassSpec& quant_params)
          : quant::QuantizationPattern<ConcreteT, QuantizeOp, DequantizeOp,
                                       NumericVerifyOp, RootOpT>(ctx,
                                                                 quant_params) {}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

      bool whole_model_verify = false;
    
      // Whether to enable log for failures
      bool log_if_failed_flag = false;
    };
    
    // Used in TFL Quantize Pass
    struct QuantPassSpec {
      // Variables to control TFL Numeric Verify
      NumericVerifySpec numeric_verify_spec;
    
      // Variables related to quantization
      QuantSpec quant_spec;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top