tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::tir::ProducerLoadNode Class Reference

Load value from the result produced by the producer. More...

#include <expr.h>

Inheritance diagram for tvm::tir::ProducerLoadNode:
Collaboration diagram for tvm::tir::ProducerLoadNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (ProducerLoadNode, PrimExprNode)
 
- Public Member Functions inherited from tvm::PrimExprNode
 TVM_OBJECT_ENABLE_SCRIPT_PRINTER ()
 
 TVM_DECLARE_BASE_OBJECT_INFO (PrimExprNode, BaseExprNode)
 
- Public Member Functions inherited from tvm::BaseExprNode
 TVM_DECLARE_BASE_OBJECT_INFO (BaseExprNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::PrimExprNode
static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::BaseExprNode
static void RegisterReflection ()
 

Public Attributes

DataProducer producer
 The buffer producer. More...
 
Array< PrimExprindices
 The location arguments. More...
 
- Public Attributes inherited from tvm::PrimExprNode
DataType dtype
 The runtime data type of the primitive expression. More...
 
- Public Attributes inherited from tvm::BaseExprNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 

Static Public Attributes

static constexpr const char * _type_key = "tir.ProducerLoad"
 
- Static Public Attributes inherited from tvm::PrimExprNode
static constexpr const char * _type_key = "ir.PrimExpr"
 
static constexpr const uint32_t _type_child_slots = 40
 
- Static Public Attributes inherited from tvm::BaseExprNode
static constexpr const char * _type_key = "ir.BaseExpr"
 
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 64
 

Detailed Description

Load value from the result produced by the producer.

Note
This node only appears in high-level DSLs that are built on top of the TIR. It should not appear in a valid TIR PrimFunc. A high-level DSL needs to lower this node before TIR transformations.
See also
ProducerLoad, DataProducerNode

Member Function Documentation

◆ RegisterReflection()

static void tvm::tir::ProducerLoadNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::tir::ProducerLoadNode::TVM_DECLARE_FINAL_OBJECT_INFO ( ProducerLoadNode  ,
PrimExprNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::tir::ProducerLoadNode::_type_key = "tir.ProducerLoad"
staticconstexpr

◆ indices

Array<PrimExpr> tvm::tir::ProducerLoadNode::indices

The location arguments.

◆ producer

DataProducer tvm::tir::ProducerLoadNode::producer

The buffer producer.


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