Match
Description
Matches a scope for fusion.
Prototype
bool Match(const Scope *scope) override;
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
scope |
Input |
Pointer to a matching scope for fusion |
Returns
Parameter |
Description |
|---|---|
- |
true: The matching is successful. false: The matching fails. |
Restrictions
This API is not directly called by users.
Parent topic: Class NodeAttrFeature