aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-01-09 16:45:46 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-01-10 17:15:01 +0000
commit868282a282445e4bc48be3535e303d7e12d9a3af (patch)
treeb0bf09507ff163751d7112e1902960f34f664c96 /arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
parent1b4b1a7f79533d1f4483c5f284111a899b50691b (diff)
downloadComputeLibrary-868282a282445e4bc48be3535e303d7e12d9a3af.tar.gz
COMPMID-2819: Retain layout during configuration for multiple functions.
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Ia528762dc5a93bebfd8fd037bf1f4e75d0b8a6de Reviewed-on: https://review.mlplatform.org/c/2566 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h b/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
index bc05a0ebf1..30bd3abb43 100644
--- a/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
+++ b/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
@@ -93,6 +93,7 @@ private:
BorderSize _border_size;
const ICLTensor *_input;
ICLTensor *_output;
+ DataLayout _data_layout;
int _num_tiles_x;
int _num_tiles_y;
unsigned int _step_z;