WOLFRAM SYSTEM MODELER

MIMO_ONNXNet

Real MIMO block that runs an ONNX neural net in the location specified in fileName

Wolfram Language

In[1]:=
SystemModel["SystemModelerExtras.NeuralNet.Components.MIMO_ONNXNet"]
Out[1]:=

Information

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.

Connectors (2)

u

Type: RealInput[nin]

Description: Net input

y

Type: RealOutput[nout]

Description: Net output

Components (1)

onnx

Type: ONNXNet

Description: Net external object

Extended by (1)

NetBlock

SystemModelerExtras.NeuralNet.Examples.NetWithSources

MIMO block running the net