aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/filelist.json b/filelist.json
index aec4fa8188..ea75c4ada1 100644
--- a/filelist.json
+++ b/filelist.json
@@ -922,6 +922,21 @@
}
}
},
+ "AddMulAdd": {
+ "files": {
+ "common": [
+ "src/cpu/operators/CpuAddMulAdd.cpp",
+ "src/cpu/kernels/CpuAddMulAddKernel.cpp",
+ "src/runtime/NEON/functions/NEAddMulAdd.cpp"
+ ],
+ "neon": {
+ "fp32":["src/cpu/kernels/addmuladd/generic/neon/fp32.cpp"],
+ "fp16":["src/cpu/kernels/addmuladd/generic/neon/fp16.cpp"],
+ "qasymm8": ["src/cpu/kernels/addmuladd/generic/neon/qasymm8.cpp"],
+ "qasymm8_signed": ["src/cpu/kernels/addmuladd/generic/neon/qasymm8_signed.cpp"]
+ }
+ }
+ },
"BatchNormalize": {
"files": {
"common": [