aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
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": {