//! Standalone Candle inference for the ViTFly ViT+LSTM policy.
//!
//! The low-level [`VitFly::forward`] contract mirrors the trained PyTorch
//! model: depth `[1, 1, 60, 90]`, desired velocity `[1, 1]`, attitude
//! quaternion `[1, 4]`, and an optional recurrent state.
pub use ;
pub use ;