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

Modern configuration system using fluent interface design for neural network components. More...

#include <string>
#include <stdexcept>
import Compute.DeviceContext;
import Compute.Precision;

Classes

class  Mila::Dnn::ComponentConfig
 Base configuration class for all neural network components. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 

Detailed Description

Modern configuration system using fluent interface design for neural network components.

Provides a base configuration class with a type-safe fluent interface that all component-specific configuration classes should inherit from.