-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Add BatchMatMul layer support for tf_importer #21154
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
Conversation
Signed-off-by: Crayon-new <1349159541@qq.com>
Signed-off-by: Crayon-new <1349159541@qq.com>
Both opencv/opencv_extra PRs must be opened from the same GitHub user.
|
Fix it |
@alalek Hello, anything else do we need to do? |
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.
Thank you for your contribution!
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 👍
Add BatchMatMul layer support for tf_importer * two inputs * support batch_matmul * refactor: remove useless code * refactor: decrease nesting
Merge with extra: opencv/opencv_extra#940
Batch_matmul means we do matirx multiplication in a batch size.
We noiced that we can implement batch_matmul layer by "InnerProduct" when there is no
const
blob in the input tensors.Pull Request Readiness Checklist
Patch to opencv_extra has the same branch name.