|
Mila
Deep Neural Network Library
|
Enumerations | |
| enum class | Mila::Dnn::ActivationType { None , Relu , Gelu , Silu , Tanh , Sigmoid , LeakyRelu , Mish } |
| Enumeration of supported activation function types. More... | |
Functions | |
| std::string | Mila::Dnn::activationTypeToString (ActivationType type) |
| Converts an ActivationType enum value to its string representation. | |
| ActivationType | Mila::Dnn::stringToActivationType (const std::string &name) |
| Converts a string to its corresponding ActivationType enum value. | |
Files | |
| file | /home/runner/work/Mila/Mila/Mila/Src/Dnn/Common/ActivationType.ixx |
| Definition of activation function types used throughout the Mila library. | |