From 96becb7e4f5f510344c3850278a706d63a564fc4 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Tue, 16 Jun 2020 12:41:49 +0100 Subject: Revert "IVGCVSW-3726 Upload ArmNN Doxygen files" This reverts commit de36e4a9c299028e792c3a5bd99ad0816d806077. Signed-off-by: Jan Eilers Change-Id: Idbf20c12ea07583ca552d7cc7fb517fbadc73fff --- Documentation/_batch_norm_impl_8cpp.html | 120 ------------------------------- 1 file changed, 120 deletions(-) delete mode 100644 Documentation/_batch_norm_impl_8cpp.html (limited to 'Documentation/_batch_norm_impl_8cpp.html') diff --git a/Documentation/_batch_norm_impl_8cpp.html b/Documentation/_batch_norm_impl_8cpp.html deleted file mode 100644 index 91c3bde2cc..0000000000 --- a/Documentation/_batch_norm_impl_8cpp.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - -ArmNN: src/backends/reference/workloads/BatchNormImpl.cpp File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
ArmNN -  NotReleased -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
BatchNormImpl.cpp File Reference
-
-
-
#include "BatchNormImpl.hpp"
-#include "RefWorkloadUtils.hpp"
-#include <armnn/Tensor.hpp>
-#include <armnnUtils/DataLayoutIndexed.hpp>
-#include <cmath>
-
-

Go to the source code of this file.

- - - - -

-Namespaces

 armnn
 
- - - -

-Functions

void BatchNormImpl (const BatchNormalizationQueueDescriptor &data, Decoder< float > &meanDecoder, Decoder< float > &varianceDecoder, Decoder< float > &betaDecoder, Decoder< float > &gammaDecoder, Decoder< float > &inputDecoder, Encoder< float > &outputEncoder)
 
-
-
- - - - -- cgit v1.2.1