activationLine top-level constant

ActivationFunction const activationLine

Implementation

const ActivationFunction activationLine = ActivationFunction(
    ActivationFunctionType.line, double.negativeInfinity, double.infinity,
    func: simpleLineFunc,
    derivative: simpleLineDeriv,
    funcSIMD: simpleLineFuncSimd,
    derivativeSIMD: simpleLineDerivSimd);