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

A block realization node represents execution of the block at the binding values. More...

#include <stmt.h>

Inheritance diagram for tvm::tir::BlockRealizeNode:
Collaboration diagram for tvm::tir::BlockRealizeNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (BlockRealizeNode, StmtNode)
 
- Public Member Functions inherited from tvm::tir::StmtNode
 StmtNode ()=default
 
 StmtNode (Span span)
 
 TVM_OBJECT_ENABLE_SCRIPT_PRINTER ()
 
 TVM_DECLARE_BASE_OBJECT_INFO (StmtNode, Object)
 

Static Public Member Functions

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

Public Attributes

Array< PrimExpriter_values
 The corresponding values of the iter vars. More...
 
PrimExpr predicate
 The predicate of the block realization, the block will only be executed when the predicate is true. More...
 
Block block
 The block to be realized. More...
 
- Public Attributes inherited from tvm::tir::StmtNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 

Static Public Attributes

static constexpr const char * _type_key = "tir.BlockRealize"
 
- Static Public Attributes inherited from tvm::tir::StmtNode
static constexpr const char * _type_key = "tir.Stmt"
 
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 15
 

Detailed Description

A block realization node represents execution of the block at the binding values.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::tir::BlockRealizeNode::TVM_DECLARE_FINAL_OBJECT_INFO ( BlockRealizeNode  ,
StmtNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::tir::BlockRealizeNode::_type_key = "tir.BlockRealize"
staticconstexpr

◆ block

Block tvm::tir::BlockRealizeNode::block

The block to be realized.

◆ iter_values

Array<PrimExpr> tvm::tir::BlockRealizeNode::iter_values

The corresponding values of the iter vars.

◆ predicate

PrimExpr tvm::tir::BlockRealizeNode::predicate

The predicate of the block realization, the block will only be executed when the predicate is true.


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