tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::transform::PassInfoNode Class Reference

Meta data that will be used to help optimization and analysis. More...

#include <transform.h>

Inheritance diagram for tvm::transform::PassInfoNode:
Collaboration diagram for tvm::transform::PassInfoNode:

Public Member Functions

 PassInfoNode ()=default
 
 TVM_DECLARE_FINAL_OBJECT_INFO (PassInfoNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

int opt_level
 The minimal optimization level that this pass will be enabled. More...
 
String name
 The name of an optimization/analysis pass. More...
 
bool traceable
 Boolean that tells whether this pass will be traced or not. More...
 
Array< String > required
 The passes that are required to perform the current pass. More...
 

Static Public Attributes

static constexpr const char * _type_key = "transform.PassInfo"
 

Detailed Description

Meta data that will be used to help optimization and analysis.

See also
PassInfo

Constructor & Destructor Documentation

◆ PassInfoNode()

tvm::transform::PassInfoNode::PassInfoNode ( )
default

Member Function Documentation

◆ RegisterReflection()

static void tvm::transform::PassInfoNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::transform::PassInfoNode::TVM_DECLARE_FINAL_OBJECT_INFO ( PassInfoNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::transform::PassInfoNode::_type_key = "transform.PassInfo"
staticconstexpr

◆ name

String tvm::transform::PassInfoNode::name

The name of an optimization/analysis pass.

◆ opt_level

int tvm::transform::PassInfoNode::opt_level

The minimal optimization level that this pass will be enabled.

◆ required

Array<String> tvm::transform::PassInfoNode::required

The passes that are required to perform the current pass.

◆ traceable

bool tvm::transform::PassInfoNode::traceable

Boolean that tells whether this pass will be traced or not.


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