aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLGEMM.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLGEMM.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLGEMM.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/functions/CLGEMM.h b/arm_compute/runtime/CL/functions/CLGEMM.h
index 8c462fa4cb..e2a92a8a37 100644
--- a/arm_compute/runtime/CL/functions/CLGEMM.h
+++ b/arm_compute/runtime/CL/functions/CLGEMM.h
@@ -127,7 +127,6 @@ private:
CLMemoryGroup _memory_group;
CLGEMMMatrixMultiplyKernel _mm_kernel;
- CLGEMMMatrixAdditionKernel _ma_kernel;
CLGEMMReshapeLHSMatrixKernel _reshape_lhs_kernel;
CLGEMMReshapeRHSMatrixKernel _reshape_rhs_kernel;
CLGEMMMatrixMultiplyReshapedKernel _mm_reshaped_kernel;
@@ -135,7 +134,6 @@ private:
CLTensor _tmp_a;
CLTensor _tmp_b;
const ICLTensor *_original_b;
- bool _run_addition;
bool _reshape_b_only_on_first_run;
bool _is_prepared;
GEMMType _gemm_type;