Hi tensorflow team and friends,
I am working on a project to build tensorflow models based on tensorflow MLIR IR. According to one of your video (https://youtu.be/R5LLIj8EMxw?t=1226), TFLite converter leverages the MLIR IR to generate TFLite models from tensorflow models. Therefore, I assume that the converter has integrated the tool that I need.
My questions are: (1) if I have generated tensorflow dialect IR ('tf' Dialect | TensorFlow MLIR), how could I build a tensorflow model or the protobuf file? (2) Similarly, if I have the TFLite dialect IR, could I generate the tflite flatbuf file? (3) Is there any existing tool that I can leverage or any resource that I can refer to?
Thanks!