Python wrappers
Public Python APIs implemented by this engine symbol.Autograd node for SELU (Scaled ELU, Klambauer et al. 2017).
Uses the self-normalising constants and baked into the backend; the Python and C++ layers do not expose them to the caller. The backward delegates to the backend because the piecewise scaled-ELU formula depends on those fixed constants.
Math
\alpha\,(e^x - 1), & x < 0 \end{cases}$$ **References** Klambauer et al., "Self-Normalizing Neural Networks", [arXiv:1706.02515](https://arxiv.org/abs/1706.02515).Attributes
schema_v1OpSchema"selu", AmpPolicy::ForceFP32.