Import TensorFlow lite model

I have a model that’s available as a .tflite file, and I’d like to retrain it in Julia (preferably using Flux).

Is there a standard way of importing a tflite file in Julia?