Skip to content
Snippets Groups Projects
Commit 199f08e4 authored by Wissam Boussella's avatar Wissam Boussella
Browse files

Change doxygen

parent 572a891a
No related branches found
No related tags found
No related merge requests found
Pipeline #68178 canceled
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment