LastMatchScopesAndOPs
Description
Matches a scope and defines how operators are fused.
Prototype
virtual Status LastMatchScopesAndOPs(std::shared_ptr<ScopeGraph> &scope_graph, std::vector<ScopesResult> &results) = 0;
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
scope_graph |
Input |
Shared_ptr pointer that points to a ScopeGraph object |
results |
Output |
Collection of fusion results |
Returns
Parameter |
Description |
|---|---|
- |
SUCCESS on success; else, failure. |
Restrictions
None
Parent topic: Class ScopeBasePass