|
Mila 0.13.48
Deep Neural Network Library
|
Compile-time templated helpers for querying the OperationRegistry. More...
#include <string>#include <vector>import Compute.OperationRegistry;import Compute.DeviceType;import Dnn.TensorDataType;Namespaces | |
| namespace | Mila |
| Mila main API namespace. | |
| namespace | Mila::Dnn |
| namespace | Mila::Dnn::Compute |
Functions | |
| template<DeviceType TDevice, TensorDataType TDataType> | |
| std::vector< std::string > | Mila::Dnn::Compute::getRegisteredOperations () |
| Templated helper returning registered operation names for a compile-time device and tensor data type. | |
| template<DeviceType TDevice, TensorDataType TDataType> | |
| bool | Mila::Dnn::Compute::isOperationRegistered (const std::string &operation_name) |
| Templated helper that checks whether a named operation is registered for a compile-time device and tensor data type. | |
Compile-time templated helpers for querying the OperationRegistry.
This module exports two lightweight, compile-time helpers that forward to Mila::Dnn::Compute::OperationRegistry template methods:
Notes: