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

Managed reference to ForNode. More...

#include <stmt.h>

Inheritance diagram for tvm::tir::For:
Collaboration diagram for tvm::tir::For:

Public Member Functions

 For (Var loop_var, PrimExpr min, PrimExpr extent, ForKind kind, Stmt body, Optional< IterVar > thread_binding=std::nullopt, Map< String, ffi::Any > annotations=Map< String, ffi::Any >(), Span span=Span())
 
 TVM_DEFINE_OBJECT_REF_METHODS (For, Stmt, ForNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (ForNode)
 
- Public Member Functions inherited from tvm::tir::Stmt
 TVM_DEFINE_OBJECT_REF_METHODS (Stmt, ObjectRef, StmtNode)
 

Detailed Description

Managed reference to ForNode.

See also
ForNode

Constructor & Destructor Documentation

◆ For()

tvm::tir::For::For ( Var  loop_var,
PrimExpr  min,
PrimExpr  extent,
ForKind  kind,
Stmt  body,
Optional< IterVar thread_binding = std::nullopt,
Map< String, ffi::Any >  annotations = Map< String, ffi::Any >(),
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tir::For::TVM_DEFINE_OBJECT_REF_COW_METHOD ( ForNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::For::TVM_DEFINE_OBJECT_REF_METHODS ( For  ,
Stmt  ,
ForNode   
)

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