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, ffi::Array< PrimExpr > extents, PrimExpr condition, Stmt body, ffi::Map< ffi::String, ffi::Any > annotations=ffi::Map< ffi::String, ffi::Any >(), Span span=Span())
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Allocate, Stmt, AllocateNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (AllocateNode)
 
- Public Member Functions inherited from tvm::tir::Stmt
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (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,
ffi::Array< PrimExpr extents,
PrimExpr  condition,
Stmt  body,
ffi::Map< ffi::String, ffi::Any >  annotations = ffi::Map< ffi::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_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

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

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