All activation functions extend from this partial function
partial function ActivationFunction extends Modelica.Icons.Function; input Real u "Input of the function"; output Real y "Output of the function"; end ActivationFunction;