WOLFRAM SYSTEM MODELER
MIMO_ONNXNetReal MIMO block that runs an ONNX neural net in the location specified in fileName |
|
SystemModel["SystemModelerExtras.NeuralNet.Components.MIMO_ONNXNet"]

Runs an ONNX net with real arrays of dimensions nin and nout as input and output, respectively, and places it in a MIMO block. The location of the ONNX file is specified in fileName.
| u |
Type: RealInput[nin] Description: Net input |
|
|---|---|---|
| y |
Type: RealOutput[nout] Description: Net output |
| onnx |
Type: ONNXNet Description: Net external object |
|---|
|
SystemModelerExtras.NeuralNet.Examples.NetWithSources MIMO block running the net |