pub trait LSTMLayerConst: LayerTraitConst {
    fn as_raw_LSTMLayer(&self) -> *const c_void;
}
Expand description

LSTM recurrent layer

Required methods

Implementors