Meta data that will be used to help optimization and analysis.
More...
#include <transform.h>
|
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 constexpr const char * | _type_key = "transform.PassInfo" |
|
Meta data that will be used to help optimization and analysis.
- See also
- PassInfo
◆ PassInfoNode()
tvm::transform::PassInfoNode::PassInfoNode |
( |
| ) |
|
|
default |
◆ RegisterReflection()
static void tvm::transform::PassInfoNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::transform::PassInfoNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
PassInfoNode |
, |
|
|
Object |
|
|
) |
| |
◆ _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: