aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 68804ef2..fc17d31c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -154,6 +154,7 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLHOGDescriptorKernel.cpp",
"clframework/src/core/CL/kernels/CLHOGDetectorKernel.cpp",
"clframework/src/core/CL/kernels/CLIm2ColKernel.cpp",
+ "clframework/src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLIntegralImageKernel.cpp",
"clframework/src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLLKTrackerKernel.cpp",
@@ -499,6 +500,7 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLHOGDetector.cpp",
"clframework/src/runtime/CL/functions/CLHOGGradient.cpp",
"clframework/src/runtime/CL/functions/CLHOGMultiDetection.cpp",
+ "clframework/src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp",
"clframework/src/runtime/CL/functions/CLIntegralImage.cpp",
"clframework/src/runtime/CL/functions/CLL2NormalizeLayer.cpp",
"clframework/src/runtime/CL/functions/CLLaplacianPyramid.cpp",