//! Graph-structured Transformer core module
//!
//! This module leverages god-gragh's graph structure to explicitly represent
//! the Transformer computation graph, enabling:
//! - Dynamic attention pruning (skip weak attention edges)
//! - Visualization of computation flow
//! - Dynamic graph modification (experimental)
pub use ;
pub use ;
pub use ;