-
Notifications
You must be signed in to change notification settings - Fork 524
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
fix native layer concat bug. #3112
Conversation
for more information, see https://pre-commit.ci
What is the expected input shape? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #3112 +/- ##
=======================================
Coverage 75.86% 75.87%
=======================================
Files 247 247
Lines 25117 25117
Branches 1598 1598
=======================================
+ Hits 19055 19057 +2
+ Misses 5123 5121 -2
Partials 939 939 ☔ View full report in Codecov by Sentry. |
only the last dimension of the input is changed by the mlp. Do we add test of higher dimensional input like [xxx, yyy, ninp]? |
for more information, see https://pre-commit.ci
done |
add UT testing all input and output shapes