GruStateCache

Type Alias GruStateCache 

Source
pub type GruStateCache<F> = Arc<RwLock<Option<Array<F, IxDyn>>>>;
Expand description

Type alias for GRU state cache

Aliased Typeยง

pub struct GruStateCache<F> { /* private fields */ }