Mila
Deep Neural Network Library
|
Configuration interface for the Layer Normalization module in the Mila DNN framework. More...
Classes | |
class | Mila::Dnn::LayerNormConfig |
Configuration class for Layer Normalization module. More... | |
Namespaces | |
namespace | Mila |
namespace | Mila::Dnn |
Configuration interface for the Layer Normalization module in the Mila DNN framework.
Defines the LayerNormConfig class, providing a type-safe fluent interface for configuring Layer Normalization modules. Inherits from ComponentConfig CRTP base and adds LayerNorm-specific options: normalization dimensions, epsilon, and bias configuration.
Exposed as part of the LayerNorm module via module partitions.