How to configure TensorFlow Lite launcher

For enabling TensorFlow Lite launcher you need to add framework: tf_lite in launchers section of your configuration file and provide following parameters:

Specifying model inputs in config.

In case when you model has several inputs you should provide list of input layers in launcher config section using key inputs. Each input description should has following info:

TensorFlow Lite launcher config example:

launchers:
- framework: tf_lite
device: CPU
model: path_to_model/alexnet.tflite
adapter: classification