Managed reference to BlockScopeNode.
More...
#include <block_scope.h>
Managed reference to BlockScopeNode.
- See also
- BlockScopeNode
◆ BlockScope() [1/2]
tvm::tir::BlockScope::BlockScope |
( |
| ) |
|
The constructor creating an empty block scope with on dependency information.
◆ BlockScope() [2/2]
tvm::tir::BlockScope::BlockScope |
( |
const Array< StmtSRef > & |
child_block_srefs | ) |
|
|
explicit |
Create the object with the specific leaf blocks, and compute the dependency information between the leaf blocks.
- Parameters
-
child_block_srefs | The srefs to the leaf blocks |
- Note
- We assume the leaf blocks are given in pre-DFS order
◆ TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS()
The documentation for this class was generated from the following file: