From 287051663030ccd945accdcd90905fb48bf30948 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 21 Mar 2018 20:10:53 +0000 Subject: COMPMID-1007: Add initial validate support to backend Change-Id: I55eae35f35a3c7891e8d535907c861f022e43bea Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/125470 Tested-by: Jenkins Reviewed-by: Gian Marco Iodice --- arm_compute/graph2/detail/ExecutionHelpers.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arm_compute/graph2/detail/ExecutionHelpers.h') 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 -- cgit v1.2.1