Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ReplaceStablehloOpsInMainFunctionWithXlaCallModuleOpsPass (0.91 sec)

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

    constexpr StringRef kPlatformTpu = "TPU";
    
    class ReplaceStablehloOpsInMainFunctionWithXlaCallModuleOpsPass
        : public impl::
              ReplaceStablehloOpsInMainFunctionWithXlaCallModuleOpsPassBase<
                  ReplaceStablehloOpsInMainFunctionWithXlaCallModuleOpsPass> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(
          ReplaceStablehloOpsInMainFunctionWithXlaCallModuleOpsPass)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

      }];
      let dependentDialects = [
          "mlir::func::FuncDialect",
          "mlir::stablehlo::StablehloDialect",
          "TF::TensorFlowDialect",
      ];
    }
    
    def ReplaceStablehloOpsInMainFunctionWithXlaCallModuleOpsPass : Pass<"stablehlo-replace-stablehlo-ops-in-main-function-with-xla-call-module-ops", "mlir::ModuleOp"> {
      let summary = "Replaces the StableHLO ops with a separate XlaCallModuleOps.";
      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