View source on GitHub |
Converts a SavedModel to MLIR module.
tf.mlir.experimental.convert_saved_model(
saved_model_path, exported_names, show_debug_info=False
)
Args | |
---|---|
saved_model_path
|
Path to SavedModel. |
exported_names
|
Names to export. |
show_debug_info
|
Whether to include locations in the emitted textual form. |
Returns | |
---|---|
A textual representation of the MLIR module corresponding to the SavedModel. |