From 199f08e4ff8828a2e24b2445bbe40d41c508ab50 Mon Sep 17 00:00:00 2001 From: Wissam Boussella <wissam.boussella@cea.fr> Date: Wed, 19 Mar 2025 10:20:55 +0100 Subject: [PATCH] Change doxygen --- include/aidge/data/DataFormat.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/aidge/data/DataFormat.hpp b/include/aidge/data/DataFormat.hpp index 9b929b14a..238d48e82 100644 --- a/include/aidge/data/DataFormat.hpp +++ b/include/aidge/data/DataFormat.hpp @@ -97,7 +97,6 @@ DataFormatTranspose getPermutationMapping(const DataFormat& src, const DataForma * @param outputDimsOrder The permutation applied to the input tensor's dimensions. * @return DataFormat The computed output data format after applying the permutation. * - * @throws std::runtime_error if the provided permutation is invalid for the given format. * @pre `outputDimsOrder` must be a valid permutation of the format's dimensions. */ DataFormat getTransposeOutputDataFormat(const DataFormat inputDataFormat, const std::array<std::size_t, 5> outputDimsOrder); -- GitLab