MobilenetV2: Added support for AveragePool2d, Gemm and BatchNorm - #3
Open
vbenni wants to merge 18 commits into
Open
MobilenetV2: Added support for AveragePool2d, Gemm and BatchNorm#3vbenni wants to merge 18 commits into
vbenni wants to merge 18 commits into
Conversation
RavirajSitaram
force-pushed
the
nnapi-push
branch
2 times, most recently
from
April 5, 2022 18:31
f0ddd58 to
16bb26b
Compare
RavirajSitaram
force-pushed
the
nnapi-push
branch
from
May 25, 2022 06:23
407b3e1 to
745a5a5
Compare
- Add Sigmoid and Convolution op support
Adds support for MatMul op Limitation: Second operand is supported upto rank of 2 Signed-off-by: Ritul Jasuja <ritul.jasuja@intel.com>
Supports Maxpool2d op except with dilation Signed-off-by: Vijeetkumar Benni <vijeetkumar.benni@intel.com>
Signed-off-by: Raviraj P Sitaram <raviraj.p.sitaram@intel.com>
Signed-off-by: Raviraj P Sitaram <raviraj.p.sitaram@intel.com>
Signed-off-by: Raviraj P Sitaram <raviraj.p.sitaram@intel.com>
Signed-Off-by: Vijeetkumar Benni <vijeetkumar.benni@intel.com>
- Add Sigmoid and Convolution op support
Signed-off-by: Raviraj P Sitaram <raviraj.p.sitaram@intel.com>
-Supports Average pool 2D operations Signed-off-by: Vijeetkumar Benni <vijeetkumar.benni@intel.com
-Supports Gemm operations Signed-off-by: Vijeetkumar Benni <vijeetkumar.benni@intel.com
- Added support for binary ops:Sub, Mul, Div, Min and Max - Added support for Relu - Added support for Conv2d with fusion(activation) op Signed-Off-by: Vijeetkumar Benni <vijeetkumar.benni@intel.com>
vbenni
force-pushed
the
nnapi-mnV2
branch
2 times, most recently
from
June 3, 2022 04:02
e73cdd1 to
b6114b8
Compare
Signed-Off-by: Vijeetkumar Benni <vijeetkumar.benni@intel.com>
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.
-Supports Average pool 2D operations
Signed-off-by: Vijeetkumar Benni <vijeetkumar.benni@intel.com