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

Add back include to TensorImpl.

parent 7d3be5ba
No related branches found
No related tags found
2 merge requests!50version 0.2.0,!38move tensorImpl cpu to core
Pipeline #38764 failed
This commit is part of merge request !38. Comments created here will be created in the context of that merge request.
...@@ -33,5 +33,6 @@ ...@@ -33,5 +33,6 @@
#include "aidge/backend/cpu/operator/SqrtImpl.hpp" #include "aidge/backend/cpu/operator/SqrtImpl.hpp"
#include "aidge/backend/cpu/operator/SoftmaxImpl.hpp" #include "aidge/backend/cpu/operator/SoftmaxImpl.hpp"
#include "aidge/backend/cpu/operator/SubImpl.hpp" #include "aidge/backend/cpu/operator/SubImpl.hpp"
#include "aidge/backend/cpu/data/TensorImpl.hpp"
#endif /* AIDGE_CPU_IMPORTS_H_ */ #endif /* AIDGE_CPU_IMPORTS_H_ */
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