#include <transform.h>
◆ ContainerType
◆ Sequential() [1/4]
tvm::transform::Sequential::Sequential |
( |
Array< Pass > |
passes, |
|
|
PassInfo |
pass_info |
|
) |
| |
The constructor of Sequential
.
- Parameters
-
passes | The passes to apply. |
pass_info | The pass metadata. |
◆ Sequential() [2/4]
tvm::transform::Sequential::Sequential |
( |
Array< Pass > |
passes, |
|
|
String |
name = "sequential" |
|
) |
| |
The constructor of Sequential
.
- Parameters
-
passes | The passes to apply. |
name | The name of a sequential pass. It's defaulted to "sequential". This allows users to only provide a list of passes and execute them under a given context. |
◆ Sequential() [3/4]
tvm::transform::Sequential::Sequential |
( |
| ) |
|
|
default |
◆ Sequential() [4/4]
tvm::transform::Sequential::Sequential |
( |
ObjectPtr< Object > |
n | ) |
|
|
inlineexplicit |
◆ operator->()
const SequentialNode* tvm::transform::Sequential::operator-> |
( |
| ) |
const |
The documentation for this class was generated from the following file: