aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-08-14 16:40:18 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit7b2f02685f38f0a25af77635757e33c5f63b0cde (patch)
tree0fc9054ba8e0efc8dbea21775224e25c730e418e /arm_compute/graph.h
parent9fef38ac706aac6ff194fb76e92dcc774e12e115 (diff)
downloadComputeLibrary-7b2f02685f38f0a25af77635757e33c5f63b0cde.tar.gz
COMPMID-145 : Create ResNet v2 graph example
Change-Id: I6ff3d227321d8c3914f90ba4fc496b2fc122845c Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144070 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'arm_compute/graph.h')
-rw-r--r--arm_compute/graph.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arm_compute/graph.h b/arm_compute/graph.h
index 823a20f677..6d592b97ea 100644
--- a/arm_compute/graph.h
+++ b/arm_compute/graph.h
@@ -39,10 +39,12 @@
#include "arm_compute/graph/TypePrinter.h"
#include "arm_compute/graph/Types.h"
-// Algorithms
+// Nodes
+#include "arm_compute/graph/nodes/Nodes.h"
+
+// Algorithms, Mutators, Printers
#include "arm_compute/graph/algorithms/Algorithms.h"
#include "arm_compute/graph/mutators/GraphMutators.h"
-#include "arm_compute/graph/nodes/Nodes.h"
#include "arm_compute/graph/printers/Printers.h"
// Frontend