Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreatePrepareCompositeFunctionsPass (0.25 sec)

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

      // Enable fusing composite ops that can be lowered to built-in TFLite ops.
      if (pass_config.emit_builtin_tflite_ops &&
          toco_flags.tf_quantization_mode().empty()) {
        pass_manager->addPass(mlir::TFL::CreatePrepareCompositeFunctionsPass());
      }
    
      pass_manager->addPass(mlir::createInlinerPass());
      pass_manager->addPass(mlir::createSymbolDCEPass());
    
      if (pass_config.legalize_custom_tensor_list_ops) {
    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