Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for legalize_tf_to_stablehlo_pipeline (0.3 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/tf_stablehlo_pass.cc

      pm.addPass(mlir::createCanonicalizerPass());
      pm.addPass(mhlo::createHloLegalizeToStablehloPass());
    }
    
    static PassPipelineRegistration<TFToStablehloOptions>
        legalize_tf_to_stablehlo_pipeline("tf-stablehlo",
                                          "Legalize TF ops to StableHLO ops",
                                          PopulateLegalizeTFToStablehloPipeline);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top