Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateLegalizeHloToTfPass (0.19 sec)

  1. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

      if (!pass_config.disable_hlo_to_tfl_conversion) {
        pass_manager.addPass(mlir::odml::CreateLegalizeHloToTfLitePass());
      }
      // TF dialect passes
      pass_manager.addPass(mlir::odml::CreateLegalizeHloToTfPass());
    
      // folds tf.BroadcastTo ops with subsequent ops if they have built in
      // broadcasting support. This needs to be run immediately after HLO->TF
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top