From 7a17beb3e8971d97ad43f4d946fed8fc80cce1c4 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Thu, 27 Mar 2025 13:57:03 +0000 Subject: [PATCH] Update FC docstring. --- include/aidge/operator/FC.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aidge/operator/FC.hpp b/include/aidge/operator/FC.hpp index 39d2765c3..e513c3059 100644 --- a/include/aidge/operator/FC.hpp +++ b/include/aidge/operator/FC.hpp @@ -116,6 +116,7 @@ public: /** * @brief Forward the data type. + * The output is set to be the same type as the bias input. * @return True if successful, false otherwise. */ bool forwardDType() override final; -- GitLab