aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/detail/ExecutionHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph2/detail/ExecutionHelpers.h')
-rw-r--r--arm_compute/graph2/detail/ExecutionHelpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arm_compute/graph2/detail/ExecutionHelpers.h b/arm_compute/graph2/detail/ExecutionHelpers.h
index acd1654a06..e4523ecf47 100644
--- a/arm_compute/graph2/detail/ExecutionHelpers.h
+++ b/arm_compute/graph2/detail/ExecutionHelpers.h
@@ -50,6 +50,11 @@ void configure_all_tensors(Graph &g);
* @param[in] g Graph to allocate the tensors
*/
void allocate_all_tensors(Graph &g);
+/** Validates all nodes
+ *
+ * @param[in] g Graph to validate
+ */
+void validate_all_nodes(Graph &g);
/** Configures all nodes of graph
*
* @param[in] g Graph to configure the nodes