aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-27 15:55:30 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-30 16:53:16 +0000
commit529b5a2355ce6354af3ea9f97af810a94908e7fe (patch)
tree929f97ec7f0221d533081596828e36b2ae68bd97 /filelist.json
parenta0efe6938e216d5cb0601311bf0bf0f2ccb692ca (diff)
downloadComputeLibrary-529b5a2355ce6354af3ea9f97af810a94908e7fe.tar.gz
Port ClFullyConnected to new API
Resolves: COMPMID-4391 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Idcd5e22ed6e901c7f4c7530e5547ea6a7814ae59 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6025 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/filelist.json b/filelist.json
index 29db91018f..73ef4c73f5 100644
--- a/filelist.json
+++ b/filelist.json
@@ -133,6 +133,20 @@
]
}
},
+ "FullyConnected": {
+ "deps": [
+ "ClFlatten",
+ "ClConvertFullyConnectedWeights",
+ "ClGemm",
+ "ClGemmLowpMatrixMultiplyCore",
+ "ClTranspose"
+ ],
+ "files": {
+ "operator": [
+ "src/runtime/gpu/cl/operators/ClFullyConnected.cpp"
+ ]
+ }
+ },
"ConvertFullyConnectedWeights": {
"files": {
"operator": [