From 8913d8d7bc83fdcb6c5dc9baca6bb369418de48b Mon Sep 17 00:00:00 2001 From: Alex Gilday Date: Thu, 15 Feb 2018 11:07:18 +0000 Subject: COMPMID-915: Create ResNet50 example ResidualLayer node (COMPMID-916) also created as required for the ResNet architecture. Change-Id: I4fb4d2e08a8d3ce206f96f7946f5afc3e244676a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121185 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- src/graph/Graph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graph/Graph.cpp') diff --git a/src/graph/Graph.cpp b/src/graph/Graph.cpp index 98d95904dc..b6c6822c36 100644 --- a/src/graph/Graph.cpp +++ b/src/graph/Graph.cpp @@ -77,6 +77,7 @@ Graph::~Graph() //NOLINT Graph::Graph() : _pimpl{ new Private() } { + graph_init(); } void Graph::graph_init(const bool use_cl_tuner) -- cgit v1.2.1