Appearance
Source: nn/Sequential.luau
nn/Sequential.luau
Sequential container: chains sub-layers. Sub-layers are instantiated by the builder (called with rng) and each must respond to forward(x).
new(name: string, build: (any)
forward(: any, x: any) -> any