tvm
|
#include <tag.h>
Public Member Functions | |
TargetTagRegEntry & | set_config (Map< String, ObjectRef > config) |
Set the config dict corresponding to the target tag. More... | |
TargetTagRegEntry & | set_name () |
Set name of the TargetTag to be the same as registry if it is empty. More... | |
Static Public Member Functions | |
static TargetTagRegEntry & | RegisterOrGet (const String &target_tag_name) |
Register or get a new entry. More... | |
Friends | |
template<typename , typename > | |
class | AttrRegistry |
class | TargetTag |
|
static |
Register or get a new entry.
target_tag_name | The name of the TargetTag. |
|
inline |
Set the config dict corresponding to the target tag.
config | The config dict for target creation |
|
inline |
Set name of the TargetTag to be the same as registry if it is empty.
|
friend |
|
friend |