tvm
Static Public Attributes | List of all members
tvm::tirx::NENode Class Reference

a != b More...

#include <expr.h>

Inheritance diagram for tvm::tirx::NENode:
Collaboration diagram for tvm::tirx::NENode:

Static Public Attributes

static constexpr const char * _type_key = "tirx.NE"
 
- Static Public Attributes inherited from tvm::tirx::CmpOpNode< NENode >
static constexpr const int _type_child_slots
 
static constexpr const 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::tirx::CmpOpNode< NENode >
 TVM_FFI_DECLARE_OBJECT_INFO_PREDEFINED_TYPE_KEY (NENode, 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::tirx::CmpOpNode< NENode >
static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::ExprNode
static void RegisterReflection ()
 
- Public Attributes inherited from tvm::tirx::CmpOpNode< NENode >
PrimExpr a
 The left operand. More...
 
PrimExpr b
 The right operand. More...
 
- Public Attributes inherited from tvm::ExprNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 
Type ty = Type::Missing()
 The deduced or annotated type of the expression. More...
 

Detailed Description

a != b

Member Data Documentation

◆ _type_key

constexpr const char* tvm::tirx::NENode::_type_key = "tirx.NE"
staticconstexpr

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