aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon/NeonLayerSupport.hpp
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2020-02-21 16:52:44 +0000
committerJames Conroy <james.conroy@arm.com>2020-02-21 16:52:44 +0000
commitd9fb6e2b401b8508b71d7623f4e0fbd171d7c735 (patch)
tree077995e4e696261a1db02938f02a41d05c65e8a9 /src/backends/neon/NeonLayerSupport.hpp
parent337c17f964fd4d40fe638ef960f7f96b61b63947 (diff)
downloadarmnn-d9fb6e2b401b8508b71d7623f4e0fbd171d7c735.tar.gz
IVGCVSW-4456 Disable NEON PostDetectionProcess
* Reverting to CpuRef workload because it currently has better performance. * Disabling NEON EndToEnd tests. Signed-off-by: James Conroy <james.conroy@arm.com> Change-Id: Idd5314e46c50581ef4bec24e391779188f20951b
Diffstat (limited to 'src/backends/neon/NeonLayerSupport.hpp')
-rw-r--r--src/backends/neon/NeonLayerSupport.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/backends/neon/NeonLayerSupport.hpp b/src/backends/neon/NeonLayerSupport.hpp
index d4f005155d..9cb64eac2b 100644
--- a/src/backends/neon/NeonLayerSupport.hpp
+++ b/src/backends/neon/NeonLayerSupport.hpp
@@ -92,16 +92,6 @@ public:
const TensorInfo& output,
Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const override;
- bool IsDetectionPostProcessSupported(const TensorInfo& boxEncodings,
- const TensorInfo& scores,
- const TensorInfo& anchors,
- const TensorInfo& detectionBoxes,
- const TensorInfo& detectionClasses,
- const TensorInfo& detectionScores,
- const TensorInfo& numDetections,
- const DetectionPostProcessDescriptor& descriptor,
- Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const override;
-
bool IsDilatedDepthwiseConvolutionSupported(const TensorInfo& input,
const TensorInfo& output,
const DepthwiseConvolution2dDescriptor& descriptor,