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

Managed reference to LetNode. More...

#include <expr.h>

Inheritance diagram for tvm::tir::Let:
Collaboration diagram for tvm::tir::Let:

Public Member Functions

 Let (Var var, PrimExpr value, PrimExpr body, Span span=Span())
 
 TVM_DEFINE_OBJECT_REF_METHODS (Let, PrimExpr, LetNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (LetNode)
 
- 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 LetNode.

See also
LetNode

Constructor & Destructor Documentation

◆ Let()

tvm::tir::Let::Let ( Var  var,
PrimExpr  value,
PrimExpr  body,
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tir::Let::TVM_DEFINE_OBJECT_REF_COW_METHOD ( LetNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::Let::TVM_DEFINE_OBJECT_REF_METHODS ( Let  ,
PrimExpr  ,
LetNode   
)

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