burn::nn

Module gru

Expand description

Gated Recurrent Unit module.

Structs§

  • The Gru (Gated recurrent unit) module. This implementation is for a unidirectional, stateless, Gru.
  • Configuration to create a gru module using the init function.
  • The record type for the module.
  • The record item type for the module.