|
Mila
Deep Neural Network Library
|
Classes | |
| class | Mila::Dnn::Module< TDeviceType, TInput, TOutput > |
| Abstract base class for all modules in the Mila DNN framework. More... | |
Typedefs | |
| template<typename TInput = float, typename TOutput = TInput> | |
| using | Mila::Dnn::CpuModule = Module< DeviceType::Cpu, TInput, TOutput > |
| Type alias for CPU-based modules with customizable tensor types. | |
| template<typename TInput = float, typename TOutput = TInput> | |
| using | Mila::Dnn::CudaModule = Module< DeviceType::Cuda, TInput, TOutput > |
| Type alias for CUDA-based modules with customizable tensor types. | |
Files | |
| file | /home/runner/work/Mila/Mila/Mila/Src/Dnn/Modules/Module.ixx |
| Defines the base Module class for the Mila deep neural network framework. | |