aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
diff options
context:
space:
mode:
authorsteniu01 <steven.niu@arm.com>2017-07-13 14:03:35 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitf70256bd46f03090281581c152bd17b4a50febcd (patch)
treeaa960b02ba38d5f16dad337ab4c0b88617d616f0 /arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
parent0d523cccb549e4ff9dd231d033d612391ca31c85 (diff)
downloadComputeLibrary-f70256bd46f03090281581c152bd17b4a50febcd.tar.gz
COMPMID-443 Collapse higher dimension for pooling layer and normalization layer
Change-Id: Icd08eefbd938c11c77dc4264af1fa3664fb336bc Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80568 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h b/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
index ca9034b162..132fcc4a12 100644
--- a/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
+++ b/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
@@ -66,6 +66,7 @@ private:
const ICLTensor *_squared_input;
ICLTensor *_output;
BorderSize _border_size;
+ bool _is_in_map;
};
}
#endif /*__ARM_COMPUTE_CLNORMALIZATIONLAYERKERNEL_H__ */