mlx_rs::nn

Type Alias GruInputBuilder

Source
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 */ }