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