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

A random variable that evaluates to a TensorIR block. More...

#include <schedule.h>

Inheritance diagram for tvm::tir::BlockRVNode:
Collaboration diagram for tvm::tir::BlockRVNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (BlockRVNode, runtime::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Static Public Attributes

static constexpr const char * _type_key = "tir.BlockRV"
 

Detailed Description

A random variable that evaluates to a TensorIR block.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::tir::BlockRVNode::TVM_DECLARE_FINAL_OBJECT_INFO ( BlockRVNode  ,
runtime::Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::tir::BlockRVNode::_type_key = "tir.BlockRV"
staticconstexpr

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