Run a tfmodel on a RT102 cam

Hello,
I’m trying to run a .tflite model on a RT1062 cam.
When I run model = tf.load(…) I get the error:
“AttributeError: ‘module’ object has no attribute ‘load’”
Is it due to a new implementation of the tf library?
If so, what code should I use now?
Regards

OpenMV Firmware v4.5.6 and up TensorFlow Porting Guide - OpenMV Products - OpenMV Forums

API changed.