Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
LayerNormConfig.ixx File Reference

Configuration interface for the Layer Normalization module in the Mila DNN framework. More...

#include <stdexcept>
#include <vector>
#include <cstdint>
import Dnn.ComponentConfig;

Classes

class  Mila::Dnn::LayerNormConfig
 Configuration class for Layer Normalization module. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 

Detailed Description

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.