aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
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",