aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index d8c1692e80..ca8b18c0a5 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1913,7 +1913,11 @@
"common": [
"src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
"src/runtime/NEON/functions/NENormalizationLayer.cpp"
- ]
+ ],
+ "neon":{
+ "fp16":["src/cpu/kernels/norm_layer/generic/neon/fp16.cpp"],
+ "fp32":["src/cpu/kernels/norm_layer/generic/neon/fp32.cpp"]
+ }
}
},
"Pad": {