aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/IOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/IOperation.h')
-rw-r--r--arm_compute/graph/IOperation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arm_compute/graph/IOperation.h b/arm_compute/graph/IOperation.h
index a9fa4f83c7..b1afb21db7 100644
--- a/arm_compute/graph/IOperation.h
+++ b/arm_compute/graph/IOperation.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -43,6 +43,8 @@ public:
/** Interface to be implemented that configures an operation
*
* @param[in] ctx Node parameters to be used by the operation
+ *
+ * @return a pointer to the function which implements the operation.
*/
virtual std::unique_ptr<arm_compute::IFunction> configure(NodeContext &ctx) = 0;
/** Interface to be implemented that returns the target of the operation