aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h')
-rw-r--r--arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h b/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h
index df3177867f..833f341b2f 100644
--- a/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h
+++ b/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuAdd.h
@@ -68,11 +68,7 @@ public:
ITensorInfo *rhs,
ITensorInfo *dst);
/** Check if the operator configuration is supported, irrespective of fusion
- *
- * @param[in] context Workload context within which the operator is running
- * @param[in] lhs Left hand side tensor info. Data types supported: U8/S16/S32/F16/F32.
- * @param[in] rhs Right hand side tensor info. Data types supported: U8/S16/S32/F16/F32.
- * @param[out] dst Destination tensor info. Data types supported: U8/S16/S32/F16/F32. If an uninitialized ITensorInfo is passed in, it will be auto-initialized
+ * Similar to @ref GpuAdd::create_op()
*/
static Status is_supported_op(const GpuWorkloadContext &context,
const ITensorInfo *lhs,