From fd76611f50b0abe5effbe4b7f7129a745115fdf9 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Wed, 9 Nov 2022 16:01:44 +0000 Subject: Fix compiler warnings in dynamic fusion Remove conflicting Padding2D from the unused comparison operator in the prototpye Resolve unused variables in release mode Resolves COMPMID-5683 Signed-off-by: SiCong Li Change-Id: I19d74c57e51e6cf64003ddcbc74227608bb866d2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8590 Reviewed-by: Jakub Sujak Reviewed-by: Viet-Hoa Do Tested-by: Arm Jenkins Benchmark: Arm Jenkins Comments-Addressed: Arm Jenkins --- arm_compute/core/experimental/OperatorGraph.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute/core') diff --git a/arm_compute/core/experimental/OperatorGraph.h b/arm_compute/core/experimental/OperatorGraph.h index f2e352146f..f40ad0d8c5 100644 --- a/arm_compute/core/experimental/OperatorGraph.h +++ b/arm_compute/core/experimental/OperatorGraph.h @@ -206,7 +206,6 @@ struct FloorDescriptor Operator add_op_floor(OperatorGraph &graph, const FloorDescriptor &desc, OpTensor src, OpTensor dst); bool operator==(const OpTensor &t0, const OpTensor &t1); -bool operator==(const Padding2D &pad0, const Padding2D &pad1); bool operator==(const Conv2dDescriptor &conv2d0, const Conv2dDescriptor &conv2d1); bool operator==(const ElementwiseDescriptor &, const ElementwiseDescriptor &); bool operator==(const FloorDescriptor &, const FloorDescriptor &); -- cgit v1.2.1