|
The Xentara ONNX Engine v2.0
User Manual
|
A JSON object describing a Scalar has following syntax:
| name | A string value containing the input name of the selected input of the model. |
| datapoints | A JSON array containing the data points assigned as inputs. |
| dataType | A string value containing the data type of the model.
|
| type | A string value describing the type of the model. For the Scalar model required "scalar" or the parameter can be omitted. |
Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.