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...
|
|
ffi::String | name |
| The name of an optimization/analysis pass. More...
|
|
bool | traceable |
| Boolean that tells whether this pass will be traced or not. More...
|
|
ffi::Array< ffi::String > | required |
| The passes that are required to perform the current pass. More...
|
|
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_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::transform::PassInfoNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"transform.PassInfo" |
, |
|
|
PassInfoNode |
, |
|
|
Object |
|
|
) |
| |
◆ name
ffi::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
ffi::Array<ffi::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: