tvm
|
An entry in the registry of InstructionKind. More...
#include <instruction.h>
Public Member Functions | |
InstructionKindRegEntry & | set_name () |
InstructionKindRegEntry & | set_is_pure (bool is_pure) |
InstructionKindRegEntry & | set_apply_to_schedule (FInstructionApply f_apply_to_schedule) |
InstructionKindRegEntry & | set_as_python (FInstructionAsPython f_as_python) |
InstructionKindRegEntry & | set_attrs_as_json (FInstructionAttrsAsJSON f_attrs_as_json) |
InstructionKindRegEntry & | set_attrs_from_json (FInstructionAttrsFromJSON f_attrs_from_json) |
Static Public Member Functions | |
static InstructionKindRegEntry & | RegisterOrGet (const String &name) |
Friends | |
template<typename , typename > | |
class | ::tvm::AttrRegistry |
class | InstructionKind |
An entry in the registry of InstructionKind.
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |