//! Auto-generated contract trait for `attention-kernel-v1`.
//! Generated by: `pv scaffold --trait contracts/attention-kernel-v1.yaml`
//! DO NOT EDIT — regenerate from YAML source.
/// Contract trait for `attention-kernel-v1` v1.0.0.
///
/// Scaled dot-product attention kernel
/// Reference: Vaswani et al. (2017) Attention Is All You Need
///
/// Implementors must provide all 1 equation(s).
/// Missing method = compile error. Wrong signature = compile error.