Managed reference to SBlockScopeNode.
More...
#include <block_scope.h>
Managed reference to SBlockScopeNode.
- See also
- SBlockScopeNode
◆ SBlockScope() [1/3]
Constructor from ObjectPtr<SBlockScopeNode>.
- Parameters
-
◆ SBlockScope() [2/3]
| tvm::tir::SBlockScope::SBlockScope |
( |
| ) |
|
The constructor creating an empty block scope with on dependency information.
◆ SBlockScope() [3/3]
| tvm::tir::SBlockScope::SBlockScope |
( |
const ffi::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_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()
The documentation for this class was generated from the following file: