aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2021-04-12 13:57:00 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2021-04-13 16:49:28 +0000
commit91b7f7423a97f0ae713a13182f289621dad17c43 (patch)
treed29db469f9ef98ac6f1ad889dfbe33fff263e427 /Android.bp
parent598e3a8f32c68129958b9f6a40c684842f708f8a (diff)
downloadComputeLibrary-91b7f7423a97f0ae713a13182f289621dad17c43.tar.gz
Port CLConvertFullyConnectedWeights to new API
* Replace ICLKernel by IClKernel in other unrelated kernels Resolves partially: COMPMID-4187 Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I173b8f2ac645dbfd7d412f4b058c5c9655c229ee Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5402 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
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 dd8509ebcd..7e2da8fe53 100644
--- a/Android.bp
+++ b/Android.bp
@@ -89,7 +89,6 @@ cc_library_static {
"src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
"src/core/CL/kernels/CLCol2ImKernel.cpp",
"src/core/CL/kernels/CLComparisonKernel.cpp",
- "src/core/CL/kernels/CLConvertFullyConnectedWeightsKernel.cpp",
"src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
"src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
"src/core/CL/kernels/CLDepthConvertLayerKernel.cpp",
@@ -356,6 +355,7 @@ cc_library_static {
"src/core/cpu/kernels/sub/neon/qsymm16.cpp",
"src/core/gpu/cl/kernels/ClActivationKernel.cpp",
"src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
+ "src/core/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
"src/core/gpu/cl/kernels/ClCopyKernel.cpp",
"src/core/gpu/cl/kernels/ClCropKernel.cpp",
"src/core/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
@@ -647,6 +647,7 @@ cc_library_static {
"src/runtime/gpu/cl/operators/ClActivation.cpp",
"src/runtime/gpu/cl/operators/ClAdd.cpp",
"src/runtime/gpu/cl/operators/ClConcatenate.cpp",
+ "src/runtime/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
"src/runtime/gpu/cl/operators/ClCopy.cpp",
"src/runtime/gpu/cl/operators/ClCrop.cpp",
"src/runtime/gpu/cl/operators/ClDequantization.cpp",