tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::meta_schedule::MeasureCandidateNode Class Reference

The schedule (with input shapes) to be measured. More...

#include <measure_candidate.h>

Inheritance diagram for tvm::meta_schedule::MeasureCandidateNode:
Collaboration diagram for tvm::meta_schedule::MeasureCandidateNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (MeasureCandidateNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

tir::Schedule sch
 The schedule for measurement. More...
 
Array< ArgInfoargs_info
 The argument information, e.g., (shape, dtype) for tensors. More...
 

Static Public Attributes

static constexpr const char * _type_key = "meta_schedule.MeasureCandidate"
 

Detailed Description

The schedule (with input shapes) to be measured.

Member Function Documentation

◆ RegisterReflection()

static void tvm::meta_schedule::MeasureCandidateNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::meta_schedule::MeasureCandidateNode::TVM_DECLARE_FINAL_OBJECT_INFO ( MeasureCandidateNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::meta_schedule::MeasureCandidateNode::_type_key = "meta_schedule.MeasureCandidate"
staticconstexpr

◆ args_info

Array<ArgInfo> tvm::meta_schedule::MeasureCandidateNode::args_info

The argument information, e.g., (shape, dtype) for tensors.

◆ sch

tir::Schedule tvm::meta_schedule::MeasureCandidateNode::sch

The schedule for measurement.


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