Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InsertCalibrationStatisticsSaverPass (0.31 sec)

  1. 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