Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnwrapXlaCallModuleOpPass (0.4 sec)

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

      let summary = "Merge quantized conv/dot_general fusion with subsequent dequantize.";
      let dependentDialects = [
        "chlo::ChloDialect",
        "mlir::stablehlo::StablehloDialect",
      ];
    }
    
    def UnwrapXlaCallModuleOpPass : Pass<"stablehlo-unwrap-xla-call-module-op", "ModuleOp"> {
      let summary = "Unwrap XlaCallModuleOps into inline functions if not used for quantizing fused patterns.";
      let dependentDialects = ["TF::TensorFlowDialect"];
    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