tensorflow / tflite-support

TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile / ioT devices.
Apache License 2.0
371 stars 125 forks source link

`tf.lite`, or `tflite_tuntime.interpreter as `tflite`? #957

Open David-OConnor opened 11 months ago

David-OConnor commented 11 months ago

Hi! Is the tflite_runtime package required to run TF-Lite with Coral, or should we use tf.lite, as part of the tensorflow Python library? Thank you!

Related: Are there any examples of setting up a TensorFlow Lite inference using Coral? I have been unable to find any.