Mila
Deep Neural Network Library
|
Configuration interface for the Softmax module in the Mila DNN framework. More...
Classes | |
class | Mila::Dnn::SoftmaxConfig |
Configuration class for Softmax module. More... | |
Namespaces | |
namespace | Mila |
namespace | Mila::Dnn |
Configuration interface for the Softmax module in the Mila DNN framework.
Defines the SoftmaxConfig class, providing a type-safe fluent interface for configuring Softmax activation function modules. Inherits from ComponentConfig CRTP base and adds Softmax-specific options such as the axis along which to apply the operation.
Exposed as part of the Softmax module via module partitions.