From 7b2f02685f38f0a25af77635757e33c5f63b0cde Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 14 Aug 2018 16:40:18 +0100 Subject: COMPMID-145 : Create ResNet v2 graph example Change-Id: I6ff3d227321d8c3914f90ba4fc496b2fc122845c Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144070 Tested-by: Jenkins Reviewed-by: Pablo Tello --- arm_compute/graph/frontend/Types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/graph') 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; -- cgit v1.2.1