Skip to content
Snippets Groups Projects
Commit 2202cd0f authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Reflect hook naming changes.

parent 64fbc46a
No related branches found
No related tags found
2 merge requests!3Quantization Refactoring,!2Draft: Dev ptq
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <string> #include <string>
#include "aidge/QuantPTQ.hpp" #include "aidge/QuantPTQ.hpp"
#include "aidge/hook/hook.hpp" #include "aidge/hook/Hook.hpp"
namespace py = pybind11; namespace py = pybind11;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "aidge/QuantPTQ.hpp" #include "aidge/QuantPTQ.hpp"
//using namespace Aidge; //using namespace Aidge;
#include "aidge/hook/outputRange.hpp" #include "aidge/hook/OutputRange.hpp"
#include "aidge/operator/Scaling.hpp" #include "aidge/operator/Scaling.hpp"
#include "aidge/graph/GraphView.hpp" #include "aidge/graph/GraphView.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment