How to configure ONNX Runtime launcher

For enabling ONNX Runtime launcher you need to add framework: onnx_runtime 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:

MxNet launcher config example:

launchers:
- framework: onnx_runtime
device: CPU
model: path_to_model/alexnet.onnx
adapter: classification