LastMatchScopesAndOPs

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

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