//! Layer kinds: `TensorTile`, `Fusion`, etc.
//!
//! `LayerKind` is the abstract classification of an IR layer.
//! `LayerSchedule` is the per-layer schedule action (e.g. tile
//! along axis 0 by factor 4). The planner reads these to decide
//! tiling and fusion.
//!