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

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

#include <expr.h>

Inheritance diagram for tvm::tirx::ProducerLoadNode:
Collaboration diagram for tvm::tirx::ProducerLoadNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tirx.ProducerLoad", ProducerLoadNode, ExprNode)
 
- Public Member Functions inherited from tvm::ExprNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Expr", ExprNode, ffi::Object)
 

Static Public Member Functions

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

Public Attributes

DataProducer producer
 The buffer producer. More...
 
ffi::Array< PrimExprindices
 The location arguments. More...
 
- Public Attributes inherited from tvm::ExprNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 
Type ty = Type::Missing()
 The deduced or annotated type of the expression. More...
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::ExprNode
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::tirx::ProducerLoadNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::tirx::ProducerLoadNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "tirx.ProducerLoad"  ,
ProducerLoadNode  ,
ExprNode   
)

Member Data Documentation

◆ indices

ffi::Array<PrimExpr> tvm::tirx::ProducerLoadNode::indices

The location arguments.

◆ producer

DataProducer tvm::tirx::ProducerLoadNode::producer

The buffer producer.


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