aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index 58c2a9a632..2c508d062e 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1607,7 +1607,12 @@
"common": [
"src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
"src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp"
- ]
+ ],
+ "neon":{
+ "common":["src/cpu/kernels/meanstddevnorm/generic/neon/impl.cpp"],
+ "fp32":["src/cpu/kernels/meanstddevnorm/generic/neon/fp32.cpp"],
+ "fp16":["src/cpu/kernels/meanstddevnorm/generic/neon/fp16.cpp"]
+ }
}
},
"Mul": {