The Xentara Torch Engine v1.0
User Manual
Loading...
Searching...
No Matches
JSON Format for Torch Engine Output I/O Points
See also
I/O Points in the Xentara user manual

A JSON object describing a Torch Engine has following syntax:

{
"@IO.Torch-Engine.Output": {
"id": "Output Zero",
"uuid": "ae9f629a-01f4-4617-a8e3-b103301213c0",
"index": 0
}
}

Object Members
idA string value containing the ID of the Module.
uuidA string value containing the unique UUID of the device.
indexAn integer value representing the index output of the neural network model.

Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.