From 40d2741b459fb7d55ff034d615678848a8e0af7c Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Thu, 28 Oct 2021 11:11:35 +0100 Subject: IVGCVSW-6513: Compilation failure in armnn-mobilenet-quant in ML-Examples * Move TContainer to armnnUtils library Signed-off-by: Francis Murtagh Change-Id: I3c0f895d11b66f6ee224ac689a19d0477f990b98 --- include/armnn/Utils.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/armnn') diff --git a/include/armnn/Utils.hpp b/include/armnn/Utils.hpp index 533117c5d9..7d442ba4b5 100644 --- a/include/armnn/Utils.hpp +++ b/include/armnn/Utils.hpp @@ -4,9 +4,8 @@ // #pragma once -#include "armnn/TypesUtils.hpp" +#include -#include #include namespace armnn @@ -42,9 +41,4 @@ bool NeonDetected(); const std::string GetVersion(); -// Standard definition of TContainer used by ArmNN, use this definition or add alternative definitions here instead of -// defining your own. -using TContainer = - mapbox::util::variant, std::vector, std::vector, std::vector>; - } // namespace armnn -- cgit v1.2.1