A While loop.
More...
#include <stmt.h>
A While loop.
Stmt body
The body of the while loop.
Definition: stmt.h:818
PrimExpr condition
The termination condition.
Definition: stmt.h:816
◆ RegisterReflection()
static void tvm::tir::WhileNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::tir::WhileNode::_type_key = "tir.While" |
|
staticconstexpr |
◆ 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: