aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClLayerSupport.hpp
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2019-09-19 17:00:31 +0100
committerJames Conroy <james.conroy@arm.com>2019-11-13 12:17:48 +0000
commit2dc0572f4d9f28b2e0c38b8ff183b3f7bd9900da (patch)
tree206e34307dd62cfdfe8d1677f3e238658119b1e0 /src/backends/cl/ClLayerSupport.hpp
parent663c1849b2c359e6d898a763fff2ef013b55a459 (diff)
downloadarmnn-2dc0572f4d9f28b2e0c38b8ff183b3f7bd9900da.tar.gz
IVGCVSW-3695 Add CL ArgMinMax workload
* Also enabled copy to/from CL for Signed32. Signed-off-by: James Conroy <james.conroy@arm.com> Change-Id: I0113182891f9767de73f04dcd81252c84c996eda
Diffstat (limited to 'src/backends/cl/ClLayerSupport.hpp')
-rw-r--r--src/backends/cl/ClLayerSupport.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backends/cl/ClLayerSupport.hpp b/src/backends/cl/ClLayerSupport.hpp
index 26eb42e092..219ce3b49e 100644
--- a/src/backends/cl/ClLayerSupport.hpp
+++ b/src/backends/cl/ClLayerSupport.hpp
@@ -26,6 +26,11 @@ public:
const TensorInfo& output,
Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const override;
+ bool IsArgMinMaxSupported(const TensorInfo& input,
+ const TensorInfo& output,
+ const ArgMinMaxDescriptor& descriptor,
+ Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const override;
+
bool IsBatchNormalizationSupported(const TensorInfo& input,
const TensorInfo& output,
const TensorInfo& mean,