[][src]Function tch::nn::gru

pub fn gru(vs: &Path<'_>, in_dim: i64, hidden_dim: i64, c: RNNConfig) -> GRU

Creates a new GRU layer.