Stage
Applicability
|
Product |
Supported or Not |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/pass/fusion_pass_reg.h>
- Library file: libge_compiler.so
Function Usage
Defines the fusion pass phase.
Note: The common fusion pass cannot be registered in the kAfterAssignLogicStream phase, and the graph structure cannot be modified in this phase. If a pass is unexpectedly registered in this phase, it will be ignored.
Prototype
1
|
FusionPassRegistrationData &Stage(CustomPassStage stage) |
Parameters
|
Parameter |
Input/Output |
Description |
||
|---|---|---|---|---|
|
stage |
Input |
Execution phase of a customized fusion pass.
|
Returns
Object of class FusionPassRegistrationData.
Constraints
None