-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OpenVINO] Add Slice metatype #2847
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ptq build - 437 |
Don't we need to align |
build is passed |
I am not sure how to make this alignment. Could you clarify? |
Our schemes from the |
Are there any models in our conformance run that contain Slice operation? |
HWConfigOpName was added for Slice op and added to hw configs as well. |
I did not check that, but all models passed |
Why did you run this test then? What should it show? |
To be sure that there is no regression on PTQ scope it was asked by other reviewer |
Changes
Adds Slice operation - https://docs.openvino.ai/2022.3/openvino_docs_ops_movement_Slice_8.html
As a result the performance for modnet_webcam_portrait_matting from DLB was improved (local measurement)
from 44 FPS till 72 FPS.
Reason for changes
Fix incorrect quantization scheme due to unknown metatype
Related tickets
144218
Tests
Manually