pub type LstmStateCache<F> = Arc<RwLock<Option<(Array<F, IxDyn>, Array<F, IxDyn>)>>>;
Type alias for LSTM state cache (hidden, cell)
pub struct LstmStateCache<F> { /* private fields */ }