Helper structure to register Executors.
More...
#include <executor.h>
Helper structure to register Executors.
- See also
- TVM_REGISTER_EXECUTOR
◆ add_attr_option() [1/2]
template<typename ValueType >
Register a valid configuration option and its ValueType for validation.
- Parameters
-
- Template Parameters
-
ValueType | The value type to be registered |
◆ add_attr_option() [2/2]
template<typename ValueType >
Register a valid configuration option and its ValueType for validation.
- Parameters
-
key | The configuration key |
default_value | The default value of the key |
- Template Parameters
-
ValueType | The value type to be registered |
◆ RegisterOrGet()
Register or get a new entry.
- Parameters
-
name | The name of the operator. |
- Returns
- the corresponding entry.
◆ AttrRegistryMapContainerMap
◆ Executor
◆ tvm::AttrRegistry
template<typename , typename >
The documentation for this class was generated from the following file: