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

Configuration interface for the Linear module in the Mila DNN framework. More...

#include <stdexcept>
import Dnn.ComponentConfig;
import Dnn.Module;

Classes

class  Mila::Dnn::LinearConfig
 Configuration class for Linear module. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 

Detailed Description

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.