tensorflow/compiler/mlir/lite/README.md
This directory contains:
The API for converting TensorFlow models to TensorFlow Lite will be through
tf.lite.TFLiteConverter. All the conversion code is open sourced, and
the API will be integrated soon.
following major passes:
See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/mlir/lite/tf_tfl_passes.cc for the full list of MLIR passes for conversion from TensorFlow to TensorFlow Lite.