From ac001eebca101f2df4973d2f1d8cfca026e07419 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Wed, 3 Feb 2021 10:43:04 +0000 Subject: IVGCVSW-4901 Add semantic versioning to Parsers and TfLite Delegate * Added Version.hpp to all Parsers * Added Version.hpp to TfLite Delegate * Updated CMakeLists to use new versions * Added GetVersion method to parsers and TfLite Delegate Signed-off-by: Matthew Sloyan Change-Id: If29e1e6d9e615f9095ec1c01ad47acfff40b1dd5 --- src/armnnOnnxParser/OnnxParser.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/armnnOnnxParser/OnnxParser.hpp') diff --git a/src/armnnOnnxParser/OnnxParser.hpp b/src/armnnOnnxParser/OnnxParser.hpp index 0db93248bc..7716e50fff 100644 --- a/src/armnnOnnxParser/OnnxParser.hpp +++ b/src/armnnOnnxParser/OnnxParser.hpp @@ -61,6 +61,9 @@ public: /// Retrieve outputs names static std::vector GetOutputs(ModelPtr& model); + /// Retrieve version in X.Y.Z form + static const std::string GetVersion(); + private: /// Parses a ModelProto loaded into memory from one of the other CreateNetwork* -- cgit v1.2.1