Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      // breakup islands passes are common between the export pipeline and here.
      // Reconsider this if there is more commonality in the future with more
      // passes.
      mlir::PassManager manager(module.getContext());
      applyTensorflowAndCLOptions(manager);
      manager.addPass(mlir::TF::CreatePrepareTpuComputationForTfExportPass());
      manager.addPass(mlir::TF::CreateTFRegionControlFlowToFunctional());
      manager.addPass(mlir::TF::CreateTFShapeInferencePass());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top