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

Managed reference to TypeNode. More...

#include <base_expr.h>

Inheritance diagram for tvm::Type:
Collaboration diagram for tvm::Type:

Public Member Functions

bool IsMissing () const
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Type, ffi::ObjectRef, TypeNode)
 

Static Public Member Functions

static Type Missing ()
 Sentinel for a type that has not been populated yet. More...
 

Detailed Description

Managed reference to TypeNode.

See also
TypeNode

Member Function Documentation

◆ IsMissing()

bool tvm::Type::IsMissing ( ) const
Returns
whether this is the missing-type sentinel.

◆ Missing()

static Type tvm::Type::Missing ( )
static

Sentinel for a type that has not been populated yet.

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

tvm::Type::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE ( Type  ,
ffi::ObjectRef  ,
TypeNode   
)

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