From f800adf185e966b16385f65b9c7250766949dbe4 Mon Sep 17 00:00:00 2001 From: Ramy Elgammal Date: Wed, 14 Dec 2022 15:39:29 +0000 Subject: Implement dynamic fusion reshape operator Resolves: COMPMID-5522 Signed-off-by: Ramy Elgammal Change-Id: If4e5736a2f7ff42e70276d7f4e0f3ebcb38414e6 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8881 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h') diff --git a/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h b/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h index 61f7b406b2..a2ee7f7dc1 100644 --- a/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h +++ b/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h @@ -67,7 +67,11 @@ public: ITensorInfo *rhs, ITensorInfo *dst); /** Check if the operator configuration is supported, irrespective of fusion - * Similar to @ref GpuAdd::create_op() + * + * @param[in] context Workload context within which the operator is running + * @param[in] lhs Left hand side tensor info. + * @param[in] rhs Right hand side tensor info. + * @param[in] dst Destination tensor info. If an uninitialized ITensorInfo is passed in, it will be auto-initialized */ static Status is_supported_op(const GpuWorkloadContext &context, const ITensorInfo *lhs, -- cgit v1.2.1