Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InsertCalibrationStatisticsSaverPass (0.47 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/insert_calibration_statistics_saver.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.h.inc"
    
    class InsertCalibrationStatisticsSaverPass
        : public impl::InsertCalibrationStatisticsSaverPassBase<
              InsertCalibrationStatisticsSaverPass> {
     public:
      using impl::InsertCalibrationStatisticsSaverPassBase<
          InsertCalibrationStatisticsSaverPass>::
          InsertCalibrationStatisticsSaverPassBase;
    
     private:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

        make much sense or sharding custom calls are incompatible, e.g. on-device
        targets.
      }];
      let dependentDialects = ["mlir::stablehlo::StablehloDialect"];
    }
    
    def InsertCalibrationStatisticsSaverPass : Pass<"stablehlo-insert-calibration-statistics-saver", "ModuleOp"> {
      let summary = "Inserts `CalibrationStatisticsSaver` op to collect and save calibration statistics.";
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top