G-API: Extend ie::Params to specify batch size#20856
Merged
alalek merged 2 commits intoopencv:masterfrom Oct 18, 2021
Merged
Conversation
8fca78a to
39522a3
Compare
mpashchenkov
approved these changes
Oct 11, 2021
Contributor
mpashchenkov
left a comment
There was a problem hiding this comment.
Looks like correct pulling of IE net-function to cfg-function.
| return *this; | ||
| } | ||
|
|
||
| Params<Net>& cfgBatchSize(const size_t size) { |
Contributor
There was a problem hiding this comment.
Could you add description of the function? This will avoid this step in the future.
dmatveev
reviewed
Oct 14, 2021
| return *this; | ||
| } | ||
|
|
||
| Params<Net>& cfgBatchSize(const size_t size) { |
7d6a10c to
a377dcd
Compare
TolyaTalamanov
commented
Oct 15, 2021
| /** @brief Specifies the inference batch size. | ||
|
|
||
| The function is used to specify inference batch size. | ||
| Follow https://docs.openvinotoolkit.org/latest/classInferenceEngine_1_1CNNNetwork.html#a8e9d19270a48aab50cb5b1c43eecb8e9 for additional information |
Contributor
Author
There was a problem hiding this comment.
@alalek Is it possible to wrap this to the next line? How to do that properly?
Member
There was a problem hiding this comment.
AFAIK, Doxygen merges text from consequence lines into one paragraph.
But don't divide the link itself.
Contributor
Author
There was a problem hiding this comment.
Thanks, done
Contributor
Author
Contributor
Author
|
@alalek Could you merge it, please? |
Merged
Merged
a-sajjad72
pushed a commit
to a-sajjad72/opencv
that referenced
this pull request
Mar 30, 2023
G-API: Extend ie::Params to specify batch size * Add cfgBatchSize to ie::Params * Fix comments to review
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.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.
Build configuration