tf.mlir.experimental.run_pass_pipeline

Runs a pipeline over input module.

mlir_txt Textual representation of the MLIR module.
pass_pipeline Pass pipeline to run on module.
show_debug_info Whether to include locations in the emitted textual form.

A textual representation of the MLIR module corresponding to the transformed module.