//! Auto-generated contract trait for `softmax-kernel-v1`.
//! Generated by: `pv scaffold --trait contracts/softmax-kernel-v1.yaml`
//! DO NOT EDIT — regenerate from YAML source.
/// Contract trait for `softmax-kernel-v1` v1.0.0.
///
/// Softmax kernel — numerically stable exponential normalization
/// Reference: Bridle (1990) Training Stochastic Model Recognition Algorithms as Networks
/// Reference: Milakov & Gimelshein (2018) Online normalizer calculation for softmax
///
/// Implementors must provide all 1 equation(s).
/// Missing method = compile error. Wrong signature = compile error.