DecomposePass Constructor and Destructor
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/pass/decompose_pass.h>
- Library file: libge_compiler
Function Usage
Constructs and destructs an object of class DecomposePass.
Prototype
1 2 | explicit DecomposePass(const std::vector<AscendString> &op_types) virtual ~DecomposePass() = default |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
op_types |
Input |
Type of the node to be matched. Multiple types are supported. |
Returns
None
Constraints
None
Parent topic: DecomposePass