Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_quantization
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_quantization
Merge requests
!19
Revert "Merge branch 'DevQAT' into 'dev'"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Revert "Merge branch 'DevQAT' into 'dev'"
revert-4ca11b6e
into
dev
Overview
0
Commits
1
Pipelines
2
Changes
30
Closed
Cyril Moineau
requested to merge
revert-4ca11b6e
into
dev
6 months ago
Overview
0
Commits
1
Pipelines
2
Changes
30
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
0a740561
1 commit,
6 months ago
30 files
+
182
−
1092
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
include/aidge/backend/cpu/operator/FixedQImpl.hpp
+
1
−
1
Options
@@ -27,7 +27,7 @@ namespace Aidge {
// Operator implementation entry point for the backend
using
FixedQImpl_cpu
=
OperatorImpl_cpu
<
FixedQ_Op
,
void
(
const
std
::
size_t
,
const
float
,
const
bool
,
const
std
::
size_t
,
const
void
*
,
void
*
),
void
(
const
std
::
size_t
,
const
void
*
,
void
*
)
>
;
void
(
const
std
::
size_t
,
const
float
,
const
bool
,
const
std
::
size_t
,
const
void
*
,
const
void
*
,
void
*
)
>
;
// Implementation entry point registration to Operator
REGISTRAR
(
FixedQ_Op
,
"cpu"
,
Aidge
::
FixedQImpl_cpu
::
create
);
Loading