How to configure TensorFlow launcher

For enabling TensorFlow launcher you need to add framework: tf 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 launcher config example:

launchers:
- framework: tf
device: CPU
model: path_to_model/alexnet.pb
adapter: classification