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

Base class of all Integer set containers. represent a set of integers in one dimension. More...

#include <int_set.h>

Inheritance diagram for tvm::arith::IntSetNode:
Collaboration diagram for tvm::arith::IntSetNode:

Public Member Functions

 TVM_DECLARE_BASE_OBJECT_INFO (IntSetNode, Object)
 

Static Public Attributes

static constexpr const char * _type_key = "ir.IntSet"
 

Detailed Description

Base class of all Integer set containers. represent a set of integers in one dimension.

See also
IntSet

Member Function Documentation

◆ TVM_DECLARE_BASE_OBJECT_INFO()

tvm::arith::IntSetNode::TVM_DECLARE_BASE_OBJECT_INFO ( IntSetNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::arith::IntSetNode::_type_key = "ir.IntSet"
staticconstexpr

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