From bceff2fb3fc68bb0aa88b886900c34b77340c826 Mon Sep 17 00:00:00 2001 From: surmeh01 Date: Thu, 29 Mar 2018 16:29:27 +0100 Subject: Release 18.03 --- include/armnn/INetwork.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/armnn/INetwork.hpp') diff --git a/include/armnn/INetwork.hpp b/include/armnn/INetwork.hpp index 8545629c96..5cff810db5 100644 --- a/include/armnn/INetwork.hpp +++ b/include/armnn/INetwork.hpp @@ -63,6 +63,7 @@ public: virtual const IOutputSlot& GetOutputSlot(unsigned int index) const = 0; virtual IOutputSlot& GetOutputSlot(unsigned int index) = 0; + virtual LayerGuid GetGuid() const = 0; protected: ~IConnectableLayer() {} // Objects are not deletable via the handle }; @@ -265,6 +266,7 @@ public: static void Destroy(IOptimizedNetwork* network); virtual Status PrintGraph() = 0; + virtual Status SerializeToDot(std::ostream& stream) const = 0; protected: ~IOptimizedNetwork() {} -- cgit v1.2.1