From 3520f21d8b4d06b0d69efad9a9cf1e85164b0138 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Thu, 22 Feb 2024 14:49:36 +0000 Subject: [PATCH] Initial working python registrar. --- include/aidge/operator/Operator.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp index efb6d168b..396c60e46 100644 --- a/include/aidge/operator/Operator.hpp +++ b/include/aidge/operator/Operator.hpp @@ -128,14 +128,6 @@ public: return mImpl; } - /** - * @brief Get the OperatorImpl of the Operator - * - */ - std::shared_ptr<OperatorImpl> getImpl(){ - return mImpl; - } - /** * @brief Minimum amount of data from a specific input for one computation pass. * @param inputIdx Index of the input analysed. -- GitLab