GenerateFusionResult
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Generates a fusion result and sets the input and output of the final fused operator.
Prototype
1 | virtual void GenerateFusionResult(const std::vector<Scope *> &scopes, FusionScopesResult *fusion_rlt) = 0; |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
scopes |
Input |
Collection of scopes in the ScopeResult object. |
fusion_rlt |
Input/Output |
Fusion results |
Returns
None
Restrictions
None
Parent topic: Class ScopeBasePass