From 7dc0234331f2150a6b4ac5c2b49de419870f7cf5 Mon Sep 17 00:00:00 2001 From: Gunes Bayir Date: Mon, 21 Nov 2022 21:46:50 +0000 Subject: Implement FP32/16 Depthwise Conv2d operator in dynamic fusion This patch adds Depthwise Conv2d operator into dynamic fusion interface and adds the associated tests. Resolves: COMPMID-5517 Change-Id: I385c94dff7fd40c72b8337ef797e508df4499a82 Signed-off-by: Gunes Bayir Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8678 Tested-by: Arm Jenkins Reviewed-by: SiCong Li Reviewed-by: Gian Marco Iodice Benchmark: Arm Jenkins --- src/dynamic_fusion/sketch/OperatorAttributes.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dynamic_fusion/sketch/OperatorAttributes.cpp') diff --git a/src/dynamic_fusion/sketch/OperatorAttributes.cpp b/src/dynamic_fusion/sketch/OperatorAttributes.cpp index 51ec444587..205ce687a3 100644 --- a/src/dynamic_fusion/sketch/OperatorAttributes.cpp +++ b/src/dynamic_fusion/sketch/OperatorAttributes.cpp @@ -57,7 +57,6 @@ Size2D Conv2dAttributes::dilation() const { return _dilation; } - } // namespace dynamic_fusion } // namespace experimental } // namespace arm_compute -- cgit v1.2.1