Managed reference to BlockNode.
More...
#include <stmt.h>
|
| Block (Array< IterVar > iter_vars, Array< BufferRegion > reads, Array< BufferRegion > writes, String name_hint, Stmt body, Optional< Stmt > init=std::nullopt, Array< Buffer > alloc_buffers=Array< Buffer >(), Array< MatchBufferRegion > match_buffers=Array< MatchBufferRegion >(), Map< String, ffi::Any > annotations=Map< String, ffi::Any >(), Span span=Span()) |
|
| TVM_DEFINE_OBJECT_REF_METHODS (Block, Stmt, BlockNode) |
|
| TVM_DEFINE_OBJECT_REF_COW_METHOD (BlockNode) |
|
| TVM_DEFINE_OBJECT_REF_METHODS (Stmt, ObjectRef, StmtNode) |
|
Managed reference to BlockNode.
- See also
- BlockNode
◆ Block()
tvm::tir::Block::Block |
( |
Array< IterVar > |
iter_vars, |
|
|
Array< BufferRegion > |
reads, |
|
|
Array< BufferRegion > |
writes, |
|
|
String |
name_hint, |
|
|
Stmt |
body, |
|
|
Optional< Stmt > |
init = std::nullopt , |
|
|
Array< Buffer > |
alloc_buffers = Array< Buffer >() , |
|
|
Array< MatchBufferRegion > |
match_buffers = Array< MatchBufferRegion >() , |
|
|
Map< String, ffi::Any > |
annotations = Map< String, ffi::Any >() , |
|
|
Span |
span = Span() |
|
) |
| |
|
explicit |
◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()
tvm::tir::Block::TVM_DEFINE_OBJECT_REF_COW_METHOD |
( |
BlockNode |
| ) |
|
◆ TVM_DEFINE_OBJECT_REF_METHODS()
The documentation for this class was generated from the following file: