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, 5 insertions, 1 deletions
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,