-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignored scope matching working with multiple NNCFGraphs (#2723)
### Changes Add support of IgnoredScope matching many NNCFGraphs. Change unmatched error logging when `strict=True`:   before: the first unmatched rule is logged   after: all unmatched rules are logged. IgnoredScope validation for OpenVINO models with IF operation was updated with new changes - the validation is put before running the quantization pipeline. ### Reason for changes IgnoredScope validation failure for a OV model with IF operation. ### Related tickets 135110 ### Tests TBD
- Loading branch information
Showing
12 changed files
with
346 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.