aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/Graph.h')
-rw-r--r--arm_compute/graph/Graph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/graph/Graph.h b/arm_compute/graph/Graph.h
index 4afe96b40b..ab1d8b8866 100644
--- a/arm_compute/graph/Graph.h
+++ b/arm_compute/graph/Graph.h
@@ -67,6 +67,9 @@ public:
* @param[in] tensor Tensor to add
*/
void add_tensor_object(std::unique_ptr<ITensorObject> tensor);
+ /** Finalizes the current node's configuration
+ */
+ static bool opencl_is_available();
/** Manually sets the output of the current node
*
* @param[in] tmp Output info to set