tf.mlir.experimental.convert_saved_model

Converts a SavedModel to MLIR module.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.mlir.experimental.convert_saved_model

saved_model_path Path to SavedModel.
exported_names Names to export.
show_debug_info Whether to include locations in the emitted textual form.

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