tvm
Public Member Functions | List of all members
tvm::tir::And Class Reference

Managed reference to AndNode. More...

#include <expr.h>

Inheritance diagram for tvm::tir::And:
Collaboration diagram for tvm::tir::And:

Public Member Functions

 And (PrimExpr a, PrimExpr b, Span span=Span())
 
 TVM_DEFINE_OBJECT_REF_METHODS (And, PrimExpr, AndNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (AndNode)
 
- Public Member Functions inherited from tvm::PrimExpr
 PrimExpr (int32_t value)
 construct from integer. More...
 
 PrimExpr (float value)
 construct from float. More...
 
DataType dtype () const
 
 TVM_DEFINE_OBJECT_REF_METHODS (PrimExpr, BaseExpr, PrimExprNode)
 
- Public Member Functions inherited from tvm::BaseExpr
 TVM_DEFINE_OBJECT_REF_METHODS (BaseExpr, ObjectRef, BaseExprNode)
 

Additional Inherited Members

- Static Public Member Functions inherited from tvm::PrimExpr
static PrimExpr ConvertFallbackValue (String value)
 construct from string to form a StringImm. More...
 

Detailed Description

Managed reference to AndNode.

See also
AndNode

Constructor & Destructor Documentation

◆ And()

tvm::tir::And::And ( PrimExpr  a,
PrimExpr  b,
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tir::And::TVM_DEFINE_OBJECT_REF_COW_METHOD ( AndNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::And::TVM_DEFINE_OBJECT_REF_METHODS ( And  ,
PrimExpr  ,
AndNode   
)

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