aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 727e7c11a5..b6006be52a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -81,10 +81,7 @@ opencl_srcs = [
"src/core/CL/cl_kernels/nchw/channel_shuffle.cl",
"src/core/CL/cl_kernels/nchw/depth_to_space.cl",
"src/core/CL/cl_kernels/nchw/dequantization_layer.cl",
- "src/core/CL/cl_kernels/nchw/direct_convolution1x1.cl",
- "src/core/CL/cl_kernels/nchw/direct_convolution3x3.cl",
- "src/core/CL/cl_kernels/nchw/direct_convolution5x5.cl",
- "src/core/CL/cl_kernels/nchw/direct_convolution_quantized.cl",
+ "src/core/CL/cl_kernels/nchw/direct_convolution.cl",
"src/core/CL/cl_kernels/nchw/im2col.cl",
"src/core/CL/cl_kernels/nchw/normalization_layer.cl",
"src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer.cl",