GruGateCache

Type Alias GruGateCache 

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

Type alias for GRU gate cache (reset, update, new gates)

Aliased Typeยง

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