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

Managed reference to AllocateConstNode. More...

#include <stmt.h>

Inheritance diagram for tvm::tir::AllocateConst:
Collaboration diagram for tvm::tir::AllocateConst:

Public Member Functions

 AllocateConst (Var buffer_var, DataType dtype, Array< PrimExpr > extents, ObjectRef data_or_idx, Stmt body, Map< String, ffi::Any > annotations=Map< String, ffi::Any >(), Span span=Span())
 
 TVM_DEFINE_OBJECT_REF_METHODS (AllocateConst, Stmt, AllocateConstNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (AllocateConstNode)
 
- Public Member Functions inherited from tvm::tir::Stmt
 TVM_DEFINE_OBJECT_REF_METHODS (Stmt, ObjectRef, StmtNode)
 

Detailed Description

Managed reference to AllocateConstNode.

See also
AllocateConstNode

Constructor & Destructor Documentation

◆ AllocateConst()

tvm::tir::AllocateConst::AllocateConst ( Var  buffer_var,
DataType  dtype,
Array< PrimExpr extents,
ObjectRef  data_or_idx,
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::AllocateConst::TVM_DEFINE_OBJECT_REF_COW_METHOD ( AllocateConstNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::AllocateConst::TVM_DEFINE_OBJECT_REF_METHODS ( AllocateConst  ,
Stmt  ,
AllocateConstNode   
)

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