LastMatchScopesAndOPs

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Matches a scope and defines how operators are fused.

Prototype

1
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