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