Versioning of tflite benchmark_model

Hello,

On Performance measurement  |  TensorFlow Lite I can download tflite executable program, which can benchmark my models. I would like to know, what version of this tool I’m using. But in the link to download is only information that it was nightly build. There is no --version flag. Does tflite benchamrk is released as tensorflow?

Hi @Piotr7,

There is no specific release of TFLite benchmark tool. Usually, TFLite Benchmark tools are released as part of the Tensorflow repo. You can download latest nightly version from here and stable version here.

Thank You