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