pub type LSTMBuilder<T, D> = RNNSLayerBuilder<T, D, LSTMCell>;
pub struct LSTMBuilder<T, D> { /* private fields */ }