tvm
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
tvm::OpaqueTypeNode Class Referencefinal

Type marker for opaque construction-time expressions. More...

#include <base_expr.h>

Inheritance diagram for tvm::OpaqueTypeNode:
Collaboration diagram for tvm::OpaqueTypeNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.OpaqueType", OpaqueTypeNode, TypeNode)
 
- Public Member Functions inherited from tvm::TypeNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Type", TypeNode, ffi::Object)
 

Static Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from tvm::TypeNode
Span span
 Span that points to the original source code. Reserved debug information.
 
- Static Public Attributes inherited from tvm::TypeNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 14
 

Detailed Description

Type marker for opaque construction-time expressions.

Opaque values may be used while constructing IR, but must be lowered away before the IR is considered complete.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::OpaqueTypeNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "ir.OpaqueType"  ,
OpaqueTypeNode  ,
TypeNode   
)

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