aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorDana Zlotnik <dana.zlotnik@arm.com>2021-12-30 13:24:52 +0200
committerDana Zlotnik <dana.zlotnik@arm.com>2022-01-06 12:41:04 +0000
commit143310c6ec5e7c9f6035e9357bf0faa4020f2412 (patch)
tree1085ac6269bccd23108de219f046fc052590d90f /filelist.json
parentb99e54e05a4e9fed3bae1172c874af87e712526b (diff)
downloadComputeLibrary-143310c6ec5e7c9f6035e9357bf0faa4020f2412.tar.gz
Decouple NEMaxUnpoolingLayerKernel
Resolves COMPMID-4619 Change-Id: I9c43dcd3fb3a688e1c0ccc858a02376741381ba7 Signed-off-by: Dana Zlotnik <dana.zlotnik@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6874 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index 040ff51333..da05ad9563 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1568,7 +1568,14 @@
"common": [
"src/core/NEON/kernels/NEMaxUnpoolingLayerKernel.cpp",
"src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp"
- ]
+ ],
+ "neon":{
+ "common":["src/cpu/kernels/maxunpool/generic/neon/impl.cpp"],
+ "fp32":["src/cpu/kernels/maxunpool/generic/neon/fp32.cpp"],
+ "fp16":["src/cpu/kernels/maxunpool/generic/neon/fp16.cpp"],
+ "qasymm8":["src/cpu/kernels/maxunpool/generic/neon/qasymm8.cpp"],
+ "qasymm8_signed":["src/cpu/kernels/maxunpool/generic/neon/qasymm8_signed.cpp"]
+ }
}
},
"Mean": {