LstmStateCache

Type Alias LstmStateCache 

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

Type alias for LSTM state cache (hidden, cell)

Aliased Typeยง

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