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, ffi::Optional< IterVar > thread_binding=std::nullopt, ffi::Map< ffi::String, ffi::Any > annotations=ffi::Map< ffi::String, ffi::Any >(), Span span=Span())
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (For, Stmt, ForNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (ForNode)
 
- Public Member Functions inherited from tvm::tir::Stmt
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (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,
ffi::Optional< IterVar thread_binding = std::nullopt,
ffi::Map< ffi::String, ffi::Any >  annotations = ffi::Map< ffi::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_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

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

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