.SMArtInt.Internal.SMArtIntClass.constructor

Interface

function constructor
  input ModelicaUtilityHelper modelicaUtilityHelper;
  input String pathToTfLiteFile "String to file";
  input Integer n_inputDim "Number of dimensions of input array";
  input Integer[n_inputDim] inputSizes "Sizes in each dimensions of input array";
  input Integer n_outputDim;
  input Integer[n_outputDim] outputSizes "Sizes in each dimensions of input array";
  input Boolean stateful = false;
  input Real fixEvalStep = 0;
  output SMArtIntClass smartint;
end constructor;

Generated at 2025-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos