Managed reference to AllocateNode.
More...
#include <stmt.h>
|
| Allocate (Var buffer_var, DataType dtype, Array< PrimExpr > extents, PrimExpr condition, Stmt body, Map< String, ffi::Any > annotations=Map< String, ffi::Any >(), Span span=Span()) |
|
| TVM_DEFINE_OBJECT_REF_METHODS (Allocate, Stmt, AllocateNode) |
|
| TVM_DEFINE_OBJECT_REF_COW_METHOD (AllocateNode) |
|
| TVM_DEFINE_OBJECT_REF_METHODS (Stmt, ObjectRef, StmtNode) |
|
Managed reference to AllocateNode.
- See also
- AllocateNode
◆ Allocate()
tvm::tir::Allocate::Allocate |
( |
Var |
buffer_var, |
|
|
DataType |
dtype, |
|
|
Array< PrimExpr > |
extents, |
|
|
PrimExpr |
condition, |
|
|
Stmt |
body, |
|
|
Map< String, ffi::Any > |
annotations = Map< String, ffi::Any >() , |
|
|
Span |
span = Span() |
|
) |
| |
◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()
tvm::tir::Allocate::TVM_DEFINE_OBJECT_REF_COW_METHOD |
( |
AllocateNode |
| ) |
|
◆ TVM_DEFINE_OBJECT_REF_METHODS()
The documentation for this class was generated from the following file: