aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/filelist.json b/filelist.json
index 01659f55cf..cf1c63b883 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1534,9 +1534,11 @@
"src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
"src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
"src/cpu/operators/CpuGemm.cpp",
+ "src/cpu/operators/CpuMatMul.cpp",
"src/cpu/operators/CpuGemmLowpOutputStage.cpp",
"src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
"src/runtime/NEON/functions/NEGEMM.cpp",
+ "src/runtime/NEON/functions/NEMatMul.cpp",
"src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
"src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp"
],
@@ -1856,6 +1858,14 @@
}
}
},
+ "MatMul" : {
+ "files": {
+ "common": [
+ "src/cpu/operators/CpuMatMul.cpp",
+ "src/runtime/NEON/functions/NEMatMul.cpp"
+ ]
+ }
+ },
"Mul": {
"files": {
"common": [