From dde9ec96f471127e5b6d8dfaeffce024b6326f1a Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 13 Feb 2018 15:24:04 +0000 Subject: COMPMID-909: Enabling in-place computation for batchnormalization and activation at graph level Change-Id: I84d4a212629b21794451ab5fb5c5b187b5e28f98 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/120127 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h') diff --git a/arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h b/arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h index fee5dd3bae..e9fd564fbd 100644 --- a/arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h +++ b/arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h @@ -96,6 +96,7 @@ private: const ICLTensor *_beta; const ICLTensor *_gamma; float _epsilon; + bool _run_in_place; }; } // namespace arm_compute #endif /*__ARM_COMPUTE_CLBATCHNORMALIZATIONLAYERKERNEL_H__ */ -- cgit v1.2.1