aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-05-11 20:12:17 +0100
committerCathal Corbett <cathal.corbett@arm.com>2022-05-12 13:41:56 +0100
commit4b19d2249e3b8f9216ec5b410fad20c41b4c6053 (patch)
treeb7511932f11b2c27f39e1e76ac290ba3baca0fda /src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp
parent50bc39e401532f9aa838e3d9b1f3e3ae5845e37f (diff)
downloadarmnn-4b19d2249e3b8f9216ec5b410fad20c41b4c6053.tar.gz
IVGCVSW-6940 ConstTensorsAsInput: DepthwiseConvolution2d - Complete ACL
* Added backend specific optimization & test for CpuAcc and GpuAcc: PermuteDepthwiseConv2dWeights Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: I600476b2e9c557a39818a574c1091c9d650b21b1
Diffstat (limited to 'src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp')
-rw-r--r--src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp b/src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp
index 45c646aa44..5402091893 100644
--- a/src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp
+++ b/src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.hpp
@@ -33,11 +33,6 @@ public:
private:
mutable std::unique_ptr<arm_compute::IFunction> m_pDepthwiseConvolutionLayer;
-
- std::unique_ptr<arm_compute::Tensor> m_KernelTensor;
- std::unique_ptr<arm_compute::Tensor> m_BiasTensor;
-
- void FreeUnusedTensors();
};
} // namespace armnn