Load an MLIR file as a model

Hi,
I saved a tensorflow model and I translate it to an MLIR file with bazel.
After that, I changed the MLIR and now, I would like to do the opposite and load this MLIR file as a model in my python code.
I couldn’t find anything about it on the internet. Does anyone know how to do it?
Thanks a lot

does anyone have an idea?