|
Mila
Deep Neural Network Library
|
#include <memory_resource>#include <exception>#include <cstdlib>import Compute.MemoryResourceProperties;import Compute.MemoryResource;Classes | |
| class | Mila::Dnn::Compute::CpuMemoryResource |
| A memory resource for CPU memory allocation. More... | |
Namespaces | |
| namespace | Mila |
| namespace | Mila::Dnn |
| namespace | Mila::Dnn::Compute |
Typedefs | |
| using | Mila::Dnn::Compute::HostMemoryResource = CpuMemoryResource |
| Alias for CpuMemoryResource that represents host-accessible memory. | |