aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLConvolutionLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLConvolutionLayer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/functions/CLConvolutionLayer.h b/arm_compute/runtime/CL/functions/CLConvolutionLayer.h
index a8a04a0bbf..3fe6604db9 100644
--- a/arm_compute/runtime/CL/functions/CLConvolutionLayer.h
+++ b/arm_compute/runtime/CL/functions/CLConvolutionLayer.h
@@ -138,10 +138,9 @@ private:
CLTensor _gemm_output;
CLTensor _tmp_output;
- bool _append_bias;
- bool _is_fully_connected_convolution;
bool _are_weights_reshaped;
bool _is_quantized;
+ bool _is_interleaved_transposed;
};
}
#endif /* __ARM_COMPUTE_CLCONVOLUTIONLAYER_H__ */