The Xentara ONNX Engine v2.0
User Manual
JSON Format Sample For ONNX Engine

A sample JSON object describing an ONNX Engine :

{
"@Skill.ONNX.Model": {
"name": "ONNX Engine",
"UUID": "210e7369-c23e-4351-83b7-adf9b1e76bd5",
"modelPath": "C:\\Path\\To\\model.onnx",
"inputs": [
{
"name": "input",
"dataPoints": [
"3rd Floor.Room 301.Pressure",
"3rd Floor.Room 301.Temperature"
],
"computeDelay": 500,
"type": "timeSeries",
"dataType": "FLOAT",
"size": 512
}
],
"outputs": [
{
"name": "output",
"dataType": "FLOAT"
}
],
"providers": [
{
"name": "CUDA",
"options": {
"cudnn_conv_use_max_workspace": "1"
}
}
],
"sessionOptions": {
"session.dynamic_block_base": "4"
},
"children": [
{
"@Skill.ONNX.Output": {
"name": "Output Zero",
"UUID": "721a8795-a6a6-4d34-8d0a-ac51a9b03e5f",
"index": 0
}
},
{
"@Skill.ONNX.Output": {
"name": "Output One",
"UUID": "9d5bcbae-697a-4c19-859a-567b95fc2c02",
"index": 1
}
}
]
}
}