|
tvm
|
Target kind, specifies the kind of the target. More...
#include <target_kind.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("target.TargetKind", TargetKindNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| ffi::String | name |
| Name of the target kind. | |
| int | default_device_type |
| Device type of target kind. | |
| ffi::Array< ffi::String > | default_keys |
| Default keys of the target. | |
| FTargetCanonicalizer | target_canonicalizer |
| Function used to canonicalize a JSON target during creation. | |
Static Public Attributes | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindUniqueInstance |
Friends | |
| template<typename , typename > | |
| class | AttrRegistry |
| template<typename > | |
| class | AttrRegistryMapContainerMap |
| class | TargetKindRegEntry |
| class | TargetInternal |
Target kind, specifies the kind of the target.
| tvm::TargetKindNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "target.TargetKind" | , |
| TargetKindNode | , | ||
| ffi::Object | |||
| ) |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |
| int tvm::TargetKindNode::default_device_type |
Device type of target kind.
| ffi::Array<ffi::String> tvm::TargetKindNode::default_keys |
Default keys of the target.
| ffi::String tvm::TargetKindNode::name |
Name of the target kind.
| FTargetCanonicalizer tvm::TargetKindNode::target_canonicalizer |
Function used to canonicalize a JSON target during creation.