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