aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 491dbca165..c80bba0998 100644
--- a/Android.bp
+++ b/Android.bp
@@ -109,6 +109,7 @@ opencl_srcs = [
"src/core/CL/cl_kernels/nhwc/normalization_layer.cl",
"src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer.cl",
"src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer_quantized.cl",
+ "src/core/CL/cl_kernels/nhwc/pooling_3d_layer.cl",
"src/core/CL/cl_kernels/nhwc/pooling_layer.cl",
"src/core/CL/cl_kernels/nhwc/pooling_layer_quantized.cl",
"src/core/CL/cl_kernels/nhwc/reorg_layer.cl",
@@ -604,6 +605,7 @@ cc_library_static {
"src/gpu/cl/kernels/ClMulKernel.cpp",
"src/gpu/cl/kernels/ClPermuteKernel.cpp",
"src/gpu/cl/kernels/ClPool2dKernel.cpp",
+ "src/gpu/cl/kernels/ClPool3dKernel.cpp",
"src/gpu/cl/kernels/ClQuantizeKernel.cpp",
"src/gpu/cl/kernels/ClReshapeKernel.cpp",
"src/gpu/cl/kernels/ClScaleKernel.cpp",
@@ -651,6 +653,7 @@ cc_library_static {
"src/gpu/cl/operators/ClPRelu.cpp",
"src/gpu/cl/operators/ClPermute.cpp",
"src/gpu/cl/operators/ClPool2d.cpp",
+ "src/gpu/cl/operators/ClPool3d.cpp",
"src/gpu/cl/operators/ClQuantize.cpp",
"src/gpu/cl/operators/ClReshape.cpp",
"src/gpu/cl/operators/ClScale.cpp",
@@ -734,6 +737,7 @@ cc_library_static {
"src/runtime/CL/functions/CLPadLayer.cpp",
"src/runtime/CL/functions/CLPermute.cpp",
"src/runtime/CL/functions/CLPixelWiseMultiplication.cpp",
+ "src/runtime/CL/functions/CLPooling3dLayer.cpp",
"src/runtime/CL/functions/CLPoolingLayer.cpp",
"src/runtime/CL/functions/CLPriorBoxLayer.cpp",
"src/runtime/CL/functions/CLQLSTMLayer.cpp",