|
The Xentara ONNX Engine v2.0
User Manual
|
A JSON object describing a ONNX Engine Model has following syntax:
| name | A string value containing the name of the Module. |
| UUID | A string value containing the unique UUID of the device. |
| modulePath | A string value containing the absolute path of the model.onnx. |
| dataLoggerLocale | An optional string value describing the locale option for the ".csv" file of the data-logger. The default value is "en_GB.UTF-8". |
| input | An JSON array containing Scalar, Time series, or Array. |
| output | An JSON array containing Output. |
| providers | An optional JSON array containing Execution Providers. |
| sessionOptions | An optional JSON object containing Session Options. |
| children | An JSON array containing the Output. |
Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.