A While loop.
More...
#include <stmt.h>
A While loop.
Stmt body
The body of the while loop.
Definition: stmt.h:796
PrimExpr condition
The termination condition.
Definition: stmt.h:794
◆ RegisterReflection()
static void tvm::tir::WhileNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::tir::WhileNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"tir.While" |
, |
|
|
WhileNode |
, |
|
|
StmtNode |
|
|
) |
| |
◆ body
Stmt tvm::tir::WhileNode::body |
The body of the while loop.
◆ condition
The termination condition.
The documentation for this class was generated from the following file: