View source on GitHub |
Saves TFLite file to tflite_file.
mediapipe_model_maker.model_util.save_tflite(
tflite_model: bytearray, tflite_file: str
) -> None
Args | |
---|---|
tflite_model
|
A valid flatbuffer representing the TFLite model. |
tflite_file
|
File path to save TFLite model. |