Skip to content
Snippets Groups Projects

Quantization ptq

Merged Inna Kucher requested to merge quantization_ptq into master
All threads resolved!
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -10,9 +10,8 @@
********************************************************************************/
#include <cassert>
#include <chrono> // std::chrono::milliseconds
#include <numeric> // std::accumulate
#include <thread> // std::this_thread::sleep_for
#include <numeric> // std::accumulate
#include <functional> // std::multiplies
#include "aidge/operator/Scaling.hpp"
Loading