Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_export_cpp
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_export_cpp
Commits
520348e5
Commit
520348e5
authored
1 month ago
by
Olivier BICHLER
Browse files
Options
Downloads
Patches
Plain Diff
Removed debug includes
parent
8ba38a1e
No related branches found
No related tags found
2 merge requests
!71
0.4.0
,
!44
feat_operator_reducemean
Pipeline
#76098
passed with warnings
1 month ago
Stage: static_analysis
Stage: build
Stage: test
Stage: coverage
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aidge_export_cpp/kernels/pad.hpp
+0
-1
0 additions, 1 deletion
aidge_export_cpp/kernels/pad.hpp
aidge_export_cpp/kernels/reducemean.hpp
+0
-2
0 additions, 2 deletions
aidge_export_cpp/kernels/reducemean.hpp
with
0 additions
and
3 deletions
aidge_export_cpp/kernels/pad.hpp
+
0
−
1
View file @
520348e5
...
...
@@ -3,7 +3,6 @@
#include
"network/typedefs.hpp"
#include
"network/utils.hpp"
#include
<cstdio>
// TODO : add border value and border type (Reflect, Constant, Wrap...) and add
// the two missing pad value (bottom and right)
...
...
This diff is collapsed.
Click to expand it.
aidge_export_cpp/kernels/reducemean.hpp
+
0
−
2
View file @
520348e5
...
...
@@ -4,8 +4,6 @@
#include
"network/typedefs.hpp"
#include
"network/utils.hpp"
#include
<cmath>
#include
<cstddef>
#include
<cstdio>
template
<
typename
T
>
using
Acc_T
=
...
...
This diff is collapsed.
Click to expand it.
Louis Lerbourg
@louislerbourg
mentioned in issue
#35 (closed)
·
1 month ago
mentioned in issue
#35 (closed)
mentioned in issue #35
Toggle commit list
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