pub type GruInput<'a> = RnnInput<'a>;
Type alias for the input of the GRU module.
struct GruInput<'a> { pub x: &'a Array, pub hidden: Option<&'a Array>, }
x: &'a Array
Input tensor
hidden: Option<&'a Array>
Hidden state