From 1b9aa57c2a1b0e69f9de1600a4eda77b3a995f38 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Fri, 9 Feb 2024 15:48:25 +0000 Subject: [PATCH] Add back include to TensorImpl. --- include/aidge/backend/cpu.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aidge/backend/cpu.hpp b/include/aidge/backend/cpu.hpp index 3f93e11f..06746ff6 100644 --- a/include/aidge/backend/cpu.hpp +++ b/include/aidge/backend/cpu.hpp @@ -33,5 +33,6 @@ #include "aidge/backend/cpu/operator/SqrtImpl.hpp" #include "aidge/backend/cpu/operator/SoftmaxImpl.hpp" #include "aidge/backend/cpu/operator/SubImpl.hpp" +#include "aidge/backend/cpu/data/TensorImpl.hpp" #endif /* AIDGE_CPU_IMPORTS_H_ */ -- GitLab