aboutsummaryrefslogtreecommitdiff
path: root/src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp
diff options
context:
space:
mode:
authorTianle Cheng <tianle.cheng@arm.com>2024-01-23 11:21:48 +0000
committerTianle Cheng <tianle.cheng@arm.com>2024-01-26 12:04:20 +0000
commitfbfa49eeb14c6cb94d47e3c770b0c168e818cf79 (patch)
treeffed1cc91800aeb00ed22bd9cd3be9d8072440fd /src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp
parent14b27a299ee091b3a6d29603f0f49a077a39f457 (diff)
downloadarmnn-fbfa49eeb14c6cb94d47e3c770b0c168e818cf79.tar.gz
IVGCVSW-7571 GpuFsa Op: Add Depthwise Conv2d
* Added DepthwiseConv2d support for GpuFsa backend. * Updated DepthwiseConv2d End-to-End test Signed-off-by: Tianle Cheng <tianle.cheng@arm.com> Change-Id: I646839980d138ae235a00990c97c6e66a4418a5e
Diffstat (limited to 'src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp')
-rw-r--r--src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp b/src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp
index 7aa643dcb1..239317453e 100644
--- a/src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp
+++ b/src/backends/gpuFsa/layers/GpuFsaConvolution2d.cpp
@@ -21,7 +21,6 @@
#include <arm_compute/dynamic_fusion/sketch/gpu/operators/GpuOutput.h>
#include <vector>
-#include <iostream>
namespace armnn
{