tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::tir::CmpOpNode< T > Class Template Reference

Base template to implement comparison ops. More...

#include <expr.h>

Inheritance diagram for tvm::tir::CmpOpNode< T >:
Collaboration diagram for tvm::tir::CmpOpNode< T >:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_PREDEFINED_TYPE_KEY (T, PrimExprNode)
 
- Public Member Functions inherited from tvm::PrimExprNode
 TVM_OBJECT_ENABLE_SCRIPT_PRINTER ()
 
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.PrimExpr", PrimExprNode, BaseExprNode)
 
- Public Member Functions inherited from tvm::BaseExprNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.BaseExpr", BaseExprNode, Object)
 

Static Public Member Functions

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

Public Attributes

PrimExpr a
 The left operand. More...
 
PrimExpr b
 The right operand. More...
 
- Public Attributes inherited from tvm::PrimExprNode
DataType dtype
 The runtime data type of the primitive expression. More...
 
- Public Attributes inherited from tvm::BaseExprNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 

Static Public Attributes

static constexpr const int _type_child_slots = 0
 
static constexpr const bool _type_final = true
 
- Static Public Attributes inherited from tvm::PrimExprNode
static constexpr const uint32_t _type_child_slots = 40
 
- Static Public Attributes inherited from tvm::BaseExprNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 64
 

Detailed Description

template<typename T>
class tvm::tir::CmpOpNode< T >

Base template to implement comparison ops.

Template Parameters
TThe type of the child class.

Member Function Documentation

◆ RegisterReflection()

template<typename T >
static void tvm::tir::CmpOpNode< T >::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_PREDEFINED_TYPE_KEY()

template<typename T >
tvm::tir::CmpOpNode< T >::TVM_FFI_DECLARE_OBJECT_INFO_PREDEFINED_TYPE_KEY ( ,
PrimExprNode   
)

Member Data Documentation

◆ _type_child_slots

template<typename T >
constexpr const int tvm::tir::CmpOpNode< T >::_type_child_slots = 0
staticconstexpr

◆ _type_final

template<typename T >
constexpr const bool tvm::tir::CmpOpNode< T >::_type_final = true
staticconstexpr

◆ a

template<typename T >
PrimExpr tvm::tir::CmpOpNode< T >::a

The left operand.

◆ b

template<typename T >
PrimExpr tvm::tir::CmpOpNode< T >::b

The right operand.


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