|
Mila 0.13.48
Deep Neural Network Library
|
Enumerations | |
| enum class | Mila::Dnn::Compute::DeviceType { Cpu , Cuda , Metal , Rocm } |
| Enumeration of supported compute device types. More... | |
Functions | |
| std::string | Mila::Dnn::Compute::deviceTypeToString (DeviceType device_type) |
| Converts a DeviceType to its string representation. | |
| DeviceType | Mila::Dnn::Compute::toDeviceType (std::string_view device_type) |
| Converts a string to the corresponding DeviceType. | |
Files | |
| file | /__w/Mila/Mila/Mila/Src/Dnn/Compute/DeviceType.ixx |
| Device type definitions and conversion utilities for compute devices. | |