[tools] new api and support dynamic models in python benchmark app#8582
Merged
akuporos merged 246 commits intoopenvinotoolkit:masterfrom Dec 2, 2021
Merged
Conversation
Includes API definition for trivial mean/scale operations (which don't require layout) Mean/scale with 'layout' support will be done under separate task together with Layout Current test code coverage: 100%
… alexeyl1/tools/update_benchmark
… alexeyl1/tools/update_benchmark
added 4 commits
November 30, 2021 21:09
af1400e to
a49f4f5
Compare
nkogteva
approved these changes
Dec 2, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tickets:
Details:
Support dynamic models includes:
-shapeparameter can be dynamic-data_shapeparameter represents input data shape-data_shapeparameter isn't required in case image input, images will be processed with original shapes-batch_sizecan be dynamic-pcseqtool reports performance for each shape (group of shapes in case multi input network)-legacy_mode- enable legacy scenario with inputs filling only once before measurements, default for static case-full mode- include inputs filling into loop measurement, default for dynamic models.Some changes in benchmark app: