tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::PrimTypeNode Class Reference

Primitive data types used in the low-level IR. More...

#include <type.h>

Inheritance diagram for tvm::PrimTypeNode:
Collaboration diagram for tvm::PrimTypeNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (PrimTypeNode, TypeNode)
 
- Public Member Functions inherited from tvm::TypeNode
 TVM_DECLARE_BASE_OBJECT_INFO (TypeNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::TypeNode
static void RegisterReflection ()
 

Public Attributes

runtime::DataType dtype
 The corresponding dtype field. More...
 
- Public Attributes inherited from tvm::TypeNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 

Static Public Attributes

static constexpr const char * _type_key = "ir.PrimType"
 
- Static Public Attributes inherited from tvm::TypeNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "ir.Type"
 
static constexpr const uint32_t _type_child_slots = 14
 

Detailed Description

Primitive data types used in the low-level IR.

PrimType represents POD-values and handles that are not automatically managed by the runtime.

See also
PrimType

Member Function Documentation

◆ RegisterReflection()

static void tvm::PrimTypeNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::PrimTypeNode::TVM_DECLARE_FINAL_OBJECT_INFO ( PrimTypeNode  ,
TypeNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::PrimTypeNode::_type_key = "ir.PrimType"
staticconstexpr

◆ dtype

runtime::DataType tvm::PrimTypeNode::dtype

The corresponding dtype field.


The documentation for this class was generated from the following file: