activationFastBell top-level constant

ActivationFunction const activationFastBell

Implementation

const ActivationFunction activationFastBell = ActivationFunction(
    ActivationFunctionType.fastBell, 0.0, 1.0,
    func: fastBellFunc,
    derivative: fastBellDeriv,
    funcSIMD: fastBellFuncSimd,
    derivativeSIMD: fastBellDerivSimd);