WOLFRAM SYSTEM MODELER

RunMIMO_ONNXNet

Runs an ONNX net with real arrays of dimensions nin and nout as input and output, respectively

Wolfram Language

In[1]:=
SystemModel["SystemModelerExtras.NeuralNet.Internal.RunMIMO_ONNXNet"]
Out[1]:=

Syntax

y = RunMIMO_ONNXNet(onnxNet, u, nin, nout)

Inputs (4)

onnxNet

Type: ONNXNet

Description: Net object

u

Type: Real[nin]

Description: Net input

nin

Type: Integer

Description: Array dimension of net input

nout

Type: Integer

Description: Array dimension of net output

Outputs (1)

y

Type: Real[nout]

Description: Net output