activationSquartered top-level constant

ActivationFunction const activationSquartered

Implementation

const ActivationFunction activationSquartered = ActivationFunction(
    ActivationFunctionType.squartered, 0.0, double.infinity,
    func: squarteredFunc,
    derivative: squarteredDeriv,
    funcSIMD: squarteredFuncSimd,
    derivativeSIMD: squarteredDerivSimd);