|
Mila
Deep Neural Network Library
|
Exported Modules | |
| module | Dnn.TensorDataType |
| module | Compute.MemoryResource |
| module | Compute.DeviceId |
| module | Compute.Device |
| module | Dnn.Tensor |
| module | Dnn.ComponentType |
| module | Compute.ExecutionContextFactory |
| module | Dnn.Components.Gelu |
| module | Dnn.TensorTypes |
| module | Dnn.Component |
| module | Compute.CpuMemoryResource |
| module | Compute.DeviceType |
| module | Dnn.ITensor |
| module | Serialization.Mode |
| module | Compute.ExecutionContext |
| module | Serialization.ModelArchive |
| module | Dnn.Components.Linear |
| module | Dnn.TensorDataTypeTraits |
| module | Compute.DeviceTypeTraits |
| module | Compute.IExecutionContext |
| module | Dnn.CompositeComponent |
Classes | |
| class | Mila::Dnn::MLP< TDeviceType, TPrecision > |
| Dense feed-forward (MLP) composite component. More... | |
| class | Mila::Dnn::MLPConfig |
| Configuration class for the Multi-Layer Perceptron (MLP) block. More... | |
Files | |
| file | Mila/Src/Dnn/Components/FFN/MLP/MLP.ixx |
| Dense feed-forward (MLP) block: Linear -> GELU -> Linear. | |
| file | Mila/Src/Dnn/Components/FFN/MLP/MLP.Config.ixx |
| Configuration for the MLP block. | |
| file | Mila/Src/Dnn/Components/FFN/MLP/MLP.Dispatch.ixx |
| Activation dispatch helpers for MLP. | |