aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-07-02 15:17:08 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-23 18:50:22 +0000
commitd9cdf1402fb7e1231f56c1d5549639b423e4e323 (patch)
tree8fe0438c9006bd0efddf591c92c162b12a1a48b7 /filelist.json
parenta8297fb7433e1acfb7bb37703ab93b7ec4c39335 (diff)
downloadComputeLibrary-d9cdf1402fb7e1231f56c1d5549639b423e4e323.tar.gz
Port NEFullyConnectedLayer to memory injecting interface
Resolves: COMPMID-4501 Change-Id: Ib61b3d06974009e501b3fb86467735427e13a94a Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5931 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/filelist.json b/filelist.json
index 914abc2ac3..56633e64d1 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1139,6 +1139,22 @@
}
}
},
+ "FullyConnected": {
+ "deps": [
+ "CpuFlatten",
+ "CpuConvertFullyConnectedWeights",
+ "CpuGemm",
+ "CpuGemmLowpMatrixMultiplyCore"
+ ],
+ "files": {
+ "operator": [
+ "src/runtime/cpu/operators/CpuFullyConnected.cpp"
+ ]
+ },
+ "kernel": [
+ "CpuTransposeKernel"
+ ]
+ },
"FuseBatchNormalization": {
"files": {
"kernel": [