Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for createLegalizeTFPass (0.25 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

      if (lower_to_xla_hlo) {
        // Lower TF quant ops and types to MHLO int.
        mlir::quant::stablehlo::AddQuantizationLoweringPasses(pm);
    
        pm.addPass(mlir::mhlo::createLegalizeTFPass(
            legalize_chlo,
            /*tf2xla_fallback_device_type=*/device_type, enable_op_fallback));
      }
    
      // This has to run after legalization.
      pm.addNestedPass<mlir::func::FuncOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top