//! Auto-generated contract trait for `rope-kernel-v1`.
//! Generated by: `pv scaffold --trait contracts/rope-kernel-v1.yaml`
//! DO NOT EDIT — regenerate from YAML source.
/// Contract trait for `rope-kernel-v1` v1.0.0.
///
/// RoPE kernel — rotary position embeddings
/// Reference: Su et al. (2021) RoFormer: Enhanced Transformer with Rotary Position Embedding
///
/// Implementors must provide all 1 equation(s).
/// Missing method = compile error. Wrong signature = compile error.