Mila
Deep Neural Network Library
|
Configuration interface for the Linear module in the Mila DNN framework. More...
Classes | |
class | Mila::Dnn::LinearConfig |
Configuration class for Linear module. More... | |
Namespaces | |
namespace | Mila |
namespace | Mila::Dnn |
Configuration interface for the Linear module in the Mila DNN framework.
Defines the LinearConfig class, providing a type-safe fluent interface for configuring Linear (fully connected) layer modules. Inherits from ComponentConfig CRTP base and adds Linear-specific options: input/output feature dimensions and bias configuration.
Exposed as part of the Linear module via module partitions.