From a986a64dacf70ad5627f1e7896a0f89e446a7a10 Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Fri, 24 Nov 2023 13:16:50 +0000 Subject: [PATCH] Update Node.hpp. Remove unused 'setInput()'. --- include/aidge/graph/Node.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/aidge/graph/Node.hpp b/include/aidge/graph/Node.hpp index 9717999da..118d925e1 100644 --- a/include/aidge/graph/Node.hpp +++ b/include/aidge/graph/Node.hpp @@ -163,13 +163,6 @@ public: return std::pair<NodePtr, IOIndex_t>(mParents[inID], mIdOutParents[inID]); } - /** - * @brief Set fix value for the specified input by creating a Producer wrapping the given Tensor. - * - * @param idx Input index. - * @param tensor Constant Tensor to add as parent for specified index. - */ - // void setInput(const IOIndex_t idx, const std::shared_ptr<Tensor> tensor); /** * @brief Get the lowest index in the InputData Parent list equal to the -- GitLab