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

A random variable that evaluates to a TensorIR for loop. More...

#include <schedule.h>

Inheritance diagram for tvm::tir::LoopRVNode:
Collaboration diagram for tvm::tir::LoopRVNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (LoopRVNode, runtime::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Static Public Attributes

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

Detailed Description

A random variable that evaluates to a TensorIR for loop.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

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

Member Data Documentation

◆ _type_key

constexpr const char* tvm::tir::LoopRVNode::_type_key = "tir.LoopRV"
staticconstexpr

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