Reputation: 11
Is there any way to measure directly the FLOPS of a .tflite model? I've found some topics about this, but just to the unconverted model.
Upvotes: 1
Views: 469
Reputation: 913
There is a tool that measures the TFLite model performance. Please take a look at https://www.tensorflow.org/lite/performance/measurement.
The benchmark tool can measure useful metrics including initialization time, Inference time, memory footprint and so on.
Upvotes: 1