pub type GruInputBuilder<'a> = RnnInputBuilder<'a>;Expand description
Type alias for the builder of the input of the GRU module.
Aliased Typeยง
pub struct GruInputBuilder<'a> { /* private fields */ }pub type GruInputBuilder<'a> = RnnInputBuilder<'a>;Type alias for the builder of the input of the GRU module.
pub struct GruInputBuilder<'a> { /* private fields */ }