aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d02d436fa0..89a7a43060 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,6 +119,7 @@ opencl_srcs = [
"src/core/CL/cl_kernels/nhwc/scale.cl",
"src/core/CL/cl_kernels/nhwc/space_to_batch.cl",
"src/core/CL/cl_kernels/nhwc/space_to_depth.cl",
+ "src/core/CL/cl_kernels/nhwc/transposed_convolution.cl",
"src/core/CL/cl_kernels/nhwc/upsample_layer.cl",
"src/core/CL/cl_kernels/nhwc/winograd_filter_transform.cl",
"src/core/CL/cl_kernels/nhwc/winograd_input_transform.cl",
@@ -656,6 +657,7 @@ cc_library_static {
"src/gpu/cl/kernels/ClScaleKernel.cpp",
"src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
"src/gpu/cl/kernels/ClTransposeKernel.cpp",
+ "src/gpu/cl/kernels/ClTransposedConvolutionKernel.cpp",
"src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
"src/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
"src/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
@@ -707,6 +709,7 @@ cc_library_static {
"src/gpu/cl/operators/ClSoftmax.cpp",
"src/gpu/cl/operators/ClSub.cpp",
"src/gpu/cl/operators/ClTranspose.cpp",
+ "src/gpu/cl/operators/ClTransposedConvolution.cpp",
"src/gpu/cl/operators/ClWinogradConv2d.cpp",
"src/gpu/cl/operators/experimental/dynamic_fusion/ClCompositeOperator.cpp",
"src/runtime/Allocator.cpp",