//! Auto-generated contract trait for `silu-kernel-v1`.
//! Generated by: `pv scaffold --trait contracts/silu-kernel-v1.yaml`
//! DO NOT EDIT — regenerate from YAML source.
/// Contract trait for `silu-kernel-v1` v1.0.0.
///
/// SiLU kernel — sigmoid linear unit activation function
/// Reference: Ramachandran et al. (2017) Searching for Activation Functions
/// Reference: Elfwing et al. (2018) Sigmoid-Weighted Linear Units
///
/// Implementors must provide all 2 equation(s).
/// Missing method = compile error. Wrong signature = compile error.