GenerateFusionResult

Description

Generates a fusion result and sets the input and output of the final fused operator.

Prototype

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

Fusion results

Returns

None

Restrictions

None