Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
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_core
Merge requests
!12
Quantization ptq
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Quantization ptq
quantization_ptq
into
main
Overview
15
Commits
19
Pipelines
16
Changes
1
Merged
Inna Kucher
requested to merge
quantization_ptq
into
main
1 year ago
Overview
9
Commits
19
Pipelines
16
Changes
1
Expand
The goal is to add Sclaing operator (float).
0
0
Merge request reports
Viewing commit
6b0711fd
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6b0711fd
Apply 1 suggestion(s) to 1 file(s)
· 6b0711fd
Maxence Naud
authored
1 year ago
include/aidge/hook/hook.hpp
+
1
−
1
Options
@@ -31,7 +31,7 @@ protected:
public:
Hook
(
std
::
shared_ptr
<
Operator
>
op
)
:
mOperator
(
op
)
{}
~
Hook
()
=
default
;
virtual
~
Hook
()
;
virtual
void
call
()
=
0
;
Loading