Mila
Deep Neural Network Library
|
Configuration interface for the TransformerBlock in the Mila DNN framework. More...
Classes | |
class | Mila::Dnn::TransformerBlockConfig |
Configuration class for TransformerBlock. More... | |
Namespaces | |
namespace | Mila |
namespace | Mila::Dnn |
Configuration interface for the TransformerBlock in the Mila DNN framework.
Defines the TransformerBlockConfig class, providing a type-safe fluent interface for configuring TransformerBlock modules. Inherits from ComponentConfig CRTP base and adds TransformerBlock-specific options such as input shape, number of heads, and architectural variants.