pub type GruStateCache<F> = Arc<RwLock<Option<Array<F, IxDyn>>>>;
Type alias for GRU state cache
pub struct GruStateCache<F> { /* private fields */ }