From 7666005c72227a3ea5c410ca2861c9b6620887d8 Mon Sep 17 00:00:00 2001 From: surmeh01 Date: Thu, 29 Mar 2018 16:33:54 +0100 Subject: Release 18.03 --- Utils.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Utils.hpp') diff --git a/Utils.hpp b/Utils.hpp index 49b8b8d8..e6b56be0 100644 --- a/Utils.hpp +++ b/Utils.hpp @@ -48,4 +48,7 @@ void DumpTensor(const std::string& dumpDir, const std::string& tensorName, const armnn::ConstTensor& tensor); +void ExportNetworkGraphToDotFile(const armnn::IOptimizedNetwork& optimizedNetwork, + const std::string& dumpDir, + const Model& model); } -- cgit v1.2.1