From 216ce86bb4a293b50737ee6560b2728a858b27d2 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Wed, 6 Feb 2019 14:45:39 +0000 Subject: IVGCVSW-2658 Fixes for latest Compute Library Change-Id: Idc0114381c3c0425ff7385351a55e0364edddb9c Signed-off-by: Matthew Bentham --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 2d13acf1..89c606b9 100644 --- a/Android.bp +++ b/Android.bp @@ -58,7 +58,8 @@ cc_library_static { "clframework/src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.cpp", "clframework/src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp", "clframework/src/core/CL/kernels/CLDepthwiseVectorToTensorKernel.cpp", - "clframework/src/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.cpp", + "clframework/src/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel.cpp", + "clframework/src/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsKernel.cpp", "clframework/src/core/CL/kernels/CLDequantizationLayerKernel.cpp", "clframework/src/core/CL/kernels/CLDerivativeKernel.cpp", "clframework/src/core/CL/kernels/CLDilateKernel.cpp", -- cgit v1.2.1