feat: add AdaptiveAvgPool3d module (#4832)#5115
Open
jaweed3 wants to merge 2 commits into
Open
Conversation
jaweed3
force-pushed
the
feat/adaptive-avg-pool3d-4832
branch
5 times, most recently
from
July 7, 2026 12:30
12611bd to
fd7d7d0
Compare
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (60.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #5115 +/- ##
==========================================
+ Coverage 65.74% 65.91% +0.16%
==========================================
Files 1182 1197 +15
Lines 179889 182832 +2943
==========================================
+ Hits 118275 120520 +2245
- Misses 61614 62312 +698 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jaweed3
force-pushed
the
feat/adaptive-avg-pool3d-4832
branch
6 times, most recently
from
July 11, 2026 16:37
e322642 to
412eebd
Compare
jaweed3
force-pushed
the
feat/adaptive-avg-pool3d-4832
branch
from
July 11, 2026 16:40
412eebd to
718a208
Compare
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.
Implements the 3D adaptive average pooling operation, closing #4832.
Added
AdaptiveAvgPool3dmodule inburn-nntensor::module::adaptive_avg_pool3dpublic APIModuleOps::adaptive_avg_pool3d+adaptive_avg_pool3d_backwardtrait methods