Target kind, specifies the kind of the target.
More...
#include <target_kind.h>
|
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindUniqueInstance |
|
static constexpr const char * | _type_key = "target.TargetKind" |
|
Target kind, specifies the kind of the target.
◆ RegisterReflection()
static void tvm::TargetKindNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::TargetKindNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
TargetKindNode |
, |
|
|
Object |
|
|
) |
| |
◆ AttrRegistry
template<typename , typename >
◆ AttrRegistryMapContainerMap
◆ detail::ValueTypeInfoMaker
template<typename , typename , typename >
◆ TargetInternal
friend class TargetInternal |
|
friend |
◆ TargetKindRegEntry
◆ _type_key
constexpr const char* tvm::TargetKindNode::_type_key = "target.TargetKind" |
|
staticconstexpr |
◆ _type_s_eq_hash_kind
constexpr TVMFFISEqHashKind tvm::TargetKindNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindUniqueInstance |
|
staticconstexpr |
◆ default_device_type
int tvm::TargetKindNode::default_device_type |
Device type of target kind.
◆ default_keys
Array<String> tvm::TargetKindNode::default_keys |
Default keys of the target.
◆ name
String tvm::TargetKindNode::name |
◆ preprocessor
ffi::Function tvm::TargetKindNode::preprocessor |
Function used to preprocess on target creation.
◆ target_parser
Function used to parse a JSON target during creation.
The documentation for this class was generated from the following file: