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