aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon/workloads/NeonDepthwiseConvolutionBaseWorkload.hpp
diff options
context:
space:
mode:
authorNattapat Chaimanowong <nattapat.chaimanowong@arm.com>2018-10-17 11:12:19 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:54 +0100
commit7714088e14d1fcd63153a80e7439d59a1824a3dc (patch)
tree10f2c7eb343bfd20d3c1cd4ecdd45fa740225c9d /src/backends/neon/workloads/NeonDepthwiseConvolutionBaseWorkload.hpp
parent974b65fea888cc000a5164d5b56d9ed016391151 (diff)
downloadarmnn-7714088e14d1fcd63153a80e7439d59a1824a3dc.tar.gz
IVGCVSW-1951 Remove type templating from NeonDepthwiseConvolutionWorkload
Change-Id: I411d02949524eb802672d83ee281300c34b007c8
Diffstat (limited to 'src/backends/neon/workloads/NeonDepthwiseConvolutionBaseWorkload.hpp')
-rw-r--r--src/backends/neon/workloads/NeonDepthwiseConvolutionBaseWorkload.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/backends/neon/workloads/NeonDepthwiseConvolutionBaseWorkload.hpp b/src/backends/neon/workloads/NeonDepthwiseConvolutionBaseWorkload.hpp
deleted file mode 100644
index ffee50861a..0000000000
--- a/src/backends/neon/workloads/NeonDepthwiseConvolutionBaseWorkload.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#pragma once
-
-#include <backends/neon/workloads/NeonWorkloadUtils.hpp>
-
-namespace armnn
-{
-
-arm_compute::Status NeonDepthwiseConvolutionWorkloadValidate(const TensorInfo& input,
- const TensorInfo& output,
- const DepthwiseConvolution2dDescriptor& descriptor,
- const TensorInfo& weights,
- const Optional<TensorInfo>& biases);
-
-} // namespace armnn