Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddQuantizationUnitLocPass (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/quantize_preprocess.cc

      standard_pipeline_options.form_clusters = false;
      mlir::TF::CreateTFStandardPipeline(pm_before_freezing_variables,
                                         standard_pipeline_options);
    
      // The AddQuantizationUnitLocPass should be added before any other passes.
      pm_before_freezing_variables.addNestedPass<mlir::func::FuncOp>(
          mlir::quant::CreateAddQuantizationUnitLocPass());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 12:49:45 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top