aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernels.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLKernels.h')
-rw-r--r--src/core/CL/CLKernels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CL/CLKernels.h b/src/core/CL/CLKernels.h
index 09f8109445..ea40239c6f 100644
--- a/src/core/CL/CLKernels.h
+++ b/src/core/CL/CLKernels.h
@@ -36,6 +36,8 @@
#include "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.h"
#include "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.h"
#include "src/core/CL/kernels/CLDepthToSpaceLayerKernel.h"
+#include "src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h"
+#include "src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h"
#include "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.h"
#include "src/core/CL/kernels/CLFFTDigitReverseKernel.h"
#include "src/core/CL/kernels/CLFFTRadixStageKernel.h"