|
Mila 0.13.48
Deep Neural Network Library
|
This is the complete list of members for Mila::Dnn::Compute::OperationRegistry, including all inherited members.
| binary_registry_ | Mila::Dnn::Compute::OperationRegistry | private |
| createBinaryOperation(const std::string &operation_name, IExecutionContext *context, const ComponentConfig &config) const | Mila::Dnn::Compute::OperationRegistry | inline |
| createPairedOperation(const std::string &operation_name, IExecutionContext *context, const ComponentConfig &config) const | Mila::Dnn::Compute::OperationRegistry | inline |
| createUnaryOperation(const std::string &operation_name, IExecutionContext *context, const ComponentConfig &config) const | Mila::Dnn::Compute::OperationRegistry | inline |
| GenericCreator typedef | Mila::Dnn::Compute::OperationRegistry | private |
| getRegisteredOperations() const | Mila::Dnn::Compute::OperationRegistry | inline |
| instance() | Mila::Dnn::Compute::OperationRegistry | inlinestatic |
| isOperationRegistered(const std::string &operation_name) const | Mila::Dnn::Compute::OperationRegistry | inline |
| OperationRegistry()=default | Mila::Dnn::Compute::OperationRegistry | private |
| OperationRegistry(const OperationRegistry &)=delete | Mila::Dnn::Compute::OperationRegistry | private |
| operator=(const OperationRegistry &)=delete | Mila::Dnn::Compute::OperationRegistry | private |
| paired_registry_ | Mila::Dnn::Compute::OperationRegistry | private |
| registerBinaryOperation(const std::string &operation_name, std::function< std::shared_ptr< BinaryOperation< TDeviceType, TInputA, TInputB, TComputePrecision > >(IExecutionContext *, const ComponentConfig &)> creator) | Mila::Dnn::Compute::OperationRegistry | inline |
| registerPairedOperation(const std::string &operation_name, std::function< std::shared_ptr< PairedOperation< TDeviceType, TPrecision, TInputA, TInputB > >(IExecutionContext *, const ComponentConfig &)> creator) | Mila::Dnn::Compute::OperationRegistry | inline |
| registerUnaryOperation(std::string_view operation_name, std::function< std::shared_ptr< UnaryOperation< TDeviceType, TInputType, TComputePrecision > >(IExecutionContext *, const ComponentConfig &)> creator) | Mila::Dnn::Compute::OperationRegistry | inline |
| RegistryMap typedef | Mila::Dnn::Compute::OperationRegistry | private |
| unary_registry_ | Mila::Dnn::Compute::OperationRegistry | private |