WOLFRAM SYSTEM MODELER
RunMIMO_ONNXNetRuns an ONNX net with real arrays of dimensions nin and nout as input and output, respectively |
SystemModel["SystemModelerExtras.NeuralNet.Internal.RunMIMO_ONNXNet"]
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 |
y |
Type: Real[nout] Description: Net output |
---|