tvm
|
a < b More...
#include <expr.h>
Static Public Attributes | |
static constexpr const char * | _type_key = "tir.LT" |
![]() | |
static constexpr const int | _type_child_slots |
static constexpr const bool | _type_final |
![]() | |
static constexpr const uint32_t | _type_child_slots = 40 |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 64 |
Additional Inherited Members | |
![]() | |
TVM_FFI_DECLARE_OBJECT_INFO_PREDEFINED_TYPE_KEY (LTNode, PrimExprNode) | |
![]() | |
TVM_OBJECT_ENABLE_SCRIPT_PRINTER () | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.PrimExpr", PrimExprNode, BaseExprNode) | |
![]() | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.BaseExpr", BaseExprNode, Object) | |
![]() | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
![]() | |
PrimExpr | a |
The left operand. More... | |
PrimExpr | b |
The right operand. More... | |
![]() | |
DataType | dtype |
The runtime data type of the primitive expression. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
a < b
|
staticconstexpr |