From ad27a09fb5b0c93daa093333dc427fd7d9f279a8 Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Tue, 6 Feb 2024 14:53:44 +0000
Subject: [PATCH] Move tensor cpu to core.

---
 include/aidge/backend/cpu.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/aidge/backend/cpu.hpp b/include/aidge/backend/cpu.hpp
index 8fae3439..88e58915 100644
--- a/include/aidge/backend/cpu.hpp
+++ b/include/aidge/backend/cpu.hpp
@@ -42,4 +42,3 @@
 #include "aidge/backend/cpu/data/TensorImpl.hpp"
 
 #endif /* AIDGE_CPU_IMPORTS_H_ */
-
-- 
GitLab