View source on GitHub |
Runs a pipeline over input module.
tf.mlir.experimental.run_pass_pipeline(
mlir_txt, pass_pipeline, show_debug_info=False
)
Args | |
---|---|
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. |
Returns | |
---|---|
A textual representation of the MLIR module corresponding to the transformed module. |