aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h b/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
index f2d37a781c..beeb8b838e 100644
--- a/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
+++ b/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
@@ -72,7 +72,7 @@ private:
const ICLTensor *_input;
ICLTensor *_output;
BorderSize _border_size;
- bool _is_in_map;
+ bool _is_norm_across_width;
};
} // namespace arm_compute
#endif /*__ARM_COMPUTE_CLNORMALIZATIONLAYERKERNEL_H__ */