tvm
Public Member Functions | List of all members
tvm::tir::Allocate Class Reference

Managed reference to AllocateNode. More...

#include <stmt.h>

Inheritance diagram for tvm::tir::Allocate:
Collaboration diagram for tvm::tir::Allocate:

Public Member Functions

 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)
 
- Public Member Functions inherited from tvm::tir::Stmt
 TVM_DEFINE_OBJECT_REF_METHODS (Stmt, ObjectRef, StmtNode)
 

Detailed Description

Managed reference to AllocateNode.

See also
AllocateNode

Constructor & Destructor Documentation

◆ 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() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tir::Allocate::TVM_DEFINE_OBJECT_REF_COW_METHOD ( AllocateNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::Allocate::TVM_DEFINE_OBJECT_REF_METHODS ( Allocate  ,
Stmt  ,
AllocateNode   
)

The documentation for this class was generated from the following file: