tvm
Public Member Functions | List of all members
tvm::tirx::Bind Class Reference

Managed reference to BindNode. More...

#include <stmt.h>

Inheritance diagram for tvm::tirx::Bind:
Collaboration diagram for tvm::tirx::Bind:

Public Member Functions

 Bind (Var var, PrimExpr value, Span span=Span())
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Bind, Stmt, BindNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (BindNode)
 
- Public Member Functions inherited from tvm::tirx::Stmt
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Stmt, ObjectRef, StmtNode)
 

Detailed Description

Managed reference to BindNode.

See also
BindNode

Constructor & Destructor Documentation

◆ Bind()

tvm::tirx::Bind::Bind ( Var  var,
PrimExpr  value,
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tirx::Bind::TVM_DEFINE_OBJECT_REF_COW_METHOD ( BindNode  )

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::tirx::Bind::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( Bind  ,
Stmt  ,
BindNode   
)

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