Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

      let dependentDialects = [
        "TF::TensorFlowDialect",
        "mlir::quant::QuantizationDialect",
        "mlir::shape::ShapeDialect",
        "mlir::stablehlo::StablehloDialect",
      ];
    }
    
    def OptimizeGraphPass : Pass<"optimize-graph", "ModuleOp"> {
      let summary = "Optimize the sub-optimal patterns after quantization.";
      let dependentDialects = ["mlir::stablehlo::StablehloDialect",];
    }
    
    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