LstmGateCache

Type Alias LstmGateCache 

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

Type alias for LSTM gate cache (input, forget, output, cell gates)

Aliased Typeยง

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