From 2ddb12017919b08fd2165f9fed98f529d256b952 Mon Sep 17 00:00:00 2001 From: Olivier BICHLER <olivier.bichler@cea.fr> Date: Mon, 4 Dec 2023 10:08:55 +0100 Subject: [PATCH] Move mDevice to protected --- include/aidge/backend/TensorImpl.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/aidge/backend/TensorImpl.hpp b/include/aidge/backend/TensorImpl.hpp index 1a036a0d5..2060c9273 100644 --- a/include/aidge/backend/TensorImpl.hpp +++ b/include/aidge/backend/TensorImpl.hpp @@ -103,6 +103,8 @@ public: private: const char *mBackend; + +protected: int mDevice; }; -- GitLab