I have already had a tflite model, like 'model.TFLITE', and now I want to convert it to int8. Is there any convert funcs or tools to implement it? (tf.lite.TFLiteConverter only has from_savemodel,from_keras,from_func)
(tf.lite.TFLiteConverter only has from_savemodel,from_keras,from_func)