tvm
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
tvm::prim::LENode Struct Reference

a <= b More...

#include <expr.h>

Inheritance diagram for tvm::prim::LENode:
Collaboration diagram for tvm::prim::LENode:

Static Public Attributes

static constexpr const char_type_key = "ir.prim.LE"
 
- Static Public Attributes inherited from tvm::prim::CmpOpNode< LENode >
static const constexpr int _type_child_slots
 
static const constexpr bool _type_final
 
- Static Public Attributes inherited from tvm::ExprNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 64
 

Additional Inherited Members

- Public Member Functions inherited from tvm::prim::CmpOpNode< LENode >
 TVM_FFI_DECLARE_OBJECT_INFO_PREDEFINED_TYPE_KEY (LENode, ExprNode)
 
- Public Member Functions inherited from tvm::ExprNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Expr", ExprNode, ffi::Object)
 
- Static Public Member Functions inherited from tvm::prim::CmpOpNode< LENode >
static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::ExprNode
static void RegisterReflection ()
 
- Public Attributes inherited from tvm::prim::CmpOpNode< LENode >
PrimExpr a
 The left operand.
 
PrimExpr b
 The right operand.
 
- Public Attributes inherited from tvm::ExprNode
Span span
 Span that points to the original source code. Reserved debug information.
 
Type ty = Type::Missing()
 The deduced or annotated type of the expression.
 

Detailed Description

a <= b

Member Data Documentation

◆ _type_key

constexpr const char* tvm::prim::LENode::_type_key = "ir.prim.LE"
staticconstexpr

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