Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cpu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_backend_cpu
Commits
99b67d87
Commit
99b67d87
authored
1 year ago
by
Inna Kucher
Browse files
Options
Downloads
Patches
Plain Diff
fixing missing variable
parent
af6a86d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12
Implementation of Max Pool in cpp
Pipeline
#32499
failed
1 year ago
Stage: static_analysis
Stage: build
Stage: test
Stage: coverage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/aidge/backend/cpu/operator/MaxPoolingImpl_forward_kernels.hpp
+1
-0
1 addition, 0 deletions
...e/backend/cpu/operator/MaxPoolingImpl_forward_kernels.hpp
with
1 addition
and
0 deletions
include/aidge/backend/cpu/operator/MaxPoolingImpl_forward_kernels.hpp
+
1
−
0
View file @
99b67d87
...
...
@@ -73,6 +73,7 @@ void MaxPoolingImpl2D_cpu_forward_kernel(const MaxPooling_Op<2>::Parameters &par
const
std
::
size_t
iy
=
oy
*
std
::
get
<
0
>
(
params
)[
1
];
I
poolValue
(
0.0
);
bool
valid
=
false
;
for
(
unsigned
int
channel
=
0
;
channel
<
dims
[
1
];
++
channel
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment