Module module

Source

Traits§

Module
A Module defines any object that may be used as a layer in a neural network. Config is a type that defines the configuration of the module; including any and all hyperparameters. Params is a type that defines the parameters of the module; typically references a Linear set of parameters { weights, bias }
ModuleExt

Type Aliases§

DynModuleExt
ModuleDyn
Stack