Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RestoreFunctionNamePass (0.26 sec)

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

         tf.XlaCallModuleOps as separate subgraphs. Wires them back to the main
         function block to be compatible with SavedModel structure.
      }];
    }
    
    def RestoreFunctionNamePass : Pass<"stablehlo-restore-function-name", "ModuleOp"> {
      let summary = "Restores function name from XlaCallModule op.";
    }
    
    def QuantizeCompositeFunctionsPass : Pass<"stablehlo-quantize-composite-functions", "ModuleOp"> {
    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