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

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

#include <stdexcept>
#include <memory>
import Compute.DeviceType;
import Dnn.ComponentConfig;
import Dnn.Module;

Classes

class  Mila::Dnn::ResidualConfig
 Configuration class for Residual connection module. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 

Detailed Description

Configuration interface for the Residual module in the Mila DNN framework.

Defines the ResidualConfig class, providing a type-safe fluent interface for configuring Residual connection modules. Inherits from ComponentConfig CRTP base and adds Residual-specific options such as scaling factor and connection type.