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

Managed reference to ProducerLoadNode. More...

#include <expr.h>

Inheritance diagram for tvm::tir::ProducerLoad:
Collaboration diagram for tvm::tir::ProducerLoad:

Public Member Functions

 ProducerLoad (DataProducer producer, Array< PrimExpr > indices, Span span=Span())
 
 TVM_DEFINE_OBJECT_REF_METHODS (ProducerLoad, PrimExpr, ProducerLoadNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (ProducerLoadNode)
 
- Public Member Functions inherited from tvm::PrimExpr
 PrimExpr (int32_t value)
 construct from integer. More...
 
 PrimExpr (float value)
 construct from float. More...
 
DataType dtype () const
 
 TVM_DEFINE_OBJECT_REF_METHODS (PrimExpr, BaseExpr, PrimExprNode)
 
- Public Member Functions inherited from tvm::BaseExpr
 TVM_DEFINE_OBJECT_REF_METHODS (BaseExpr, ObjectRef, BaseExprNode)
 

Additional Inherited Members

- Static Public Member Functions inherited from tvm::PrimExpr
static PrimExpr ConvertFallbackValue (String value)
 construct from string to form a StringImm. More...
 

Detailed Description

Managed reference to ProducerLoadNode.

See also
ProducerLoadNode

Constructor & Destructor Documentation

◆ ProducerLoad()

tvm::tir::ProducerLoad::ProducerLoad ( DataProducer  producer,
Array< PrimExpr indices,
Span  span = Span() 
)
explicit

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tir::ProducerLoad::TVM_DEFINE_OBJECT_REF_COW_METHOD ( ProducerLoadNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::ProducerLoad::TVM_DEFINE_OBJECT_REF_METHODS ( ProducerLoad  ,
PrimExpr  ,
ProducerLoadNode   
)

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