aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph
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
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')
-rw-r--r--arm_compute/graph/frontend/Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/frontend/Types.h b/arm_compute/graph/frontend/Types.h
index ebbf7101ac..f9505e264c 100644
--- a/arm_compute/graph/frontend/Types.h
+++ b/arm_compute/graph/frontend/Types.h
@@ -35,6 +35,7 @@ namespace frontend
// Import types for graph
using graph::DataType;
using graph::DataLayout;
+using graph::DataLayoutDimension;
using graph::TensorShape;
using graph::PermutationVector;