aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Descriptors.hpp
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2018-10-18 14:27:50 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:54 +0100
commitd134093a271b60e248942af9757e8236e8f41ac1 (patch)
tree7b15baae3cd028dc4cb0f0bb5302ecfbc9db8225 /include/armnn/Descriptors.hpp
parent33f0ae0d293f5048089f2a04985a8a8bfa1d75a6 (diff)
downloadarmnn-d134093a271b60e248942af9757e8236e8f41ac1.tar.gz
IVGCVSW-2023 CL and Neon implementation of BatchNorm with NHWC
Change-Id: I962e986607e5d045cd97b9eaeaea2f5ae624db35
Diffstat (limited to 'include/armnn/Descriptors.hpp')
-rw-r--r--include/armnn/Descriptors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp
index a5b1d64732..a7eca43da3 100644
--- a/include/armnn/Descriptors.hpp
+++ b/include/armnn/Descriptors.hpp
@@ -293,7 +293,7 @@ struct BatchNormalizationDescriptor
{}
float m_Eps;
- DataLayout m_DataLayout;
+ DataLayoutIndexed m_DataLayout;
};
struct FakeQuantizationDescriptor