aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2022-11-09 16:01:44 +0000
committerViet-Hoa Do <viet-hoa.do@arm.com>2022-11-11 10:17:43 +0000
commitb48c7e1c75161175ef25971438af78833adfa6fe (patch)
tree65828768138f230e6c15ec8ee1b4504543817dd5 /arm_compute
parentd4c96a542e5466a6370c49a82b1d2b97b373e548 (diff)
downloadComputeLibrary-b48c7e1c75161175ef25971438af78833adfa6fe.tar.gz
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 <sicong.li@arm.com> Change-Id: I19d74c57e51e6cf64003ddcbc74227608bb866d2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8590 Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute')
-rw-r--r--arm_compute/core/experimental/OperatorGraph.h1
1 files changed, 0 insertions, 1 deletions
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 &);