From 1342bed114effa8b183ba683189117cd730ab635 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 17 Nov 2021 15:01:00 +0000 Subject: IVGCVSW-6452 'Move CompatibleTypes.hpp to the armnnUtils library' * Moved CompatibleTypes.hpp to include folder * Added implementation file to source CompatibleTypes.cpp Signed-off-by: Sadik Armagan Change-Id: I94d2bffdb82a0592943f497d4f57972151d9f2db --- include/armnnUtils/CompatibleTypes.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/armnnUtils/CompatibleTypes.hpp (limited to 'include') diff --git a/include/armnnUtils/CompatibleTypes.hpp b/include/armnnUtils/CompatibleTypes.hpp new file mode 100644 index 0000000000..0640fcc428 --- /dev/null +++ b/include/armnnUtils/CompatibleTypes.hpp @@ -0,0 +1,16 @@ +// +// Copyright © 2021 Arm Ltd and Contributors. All rights reserved. +// SPDX-License-Identifier: MIT +// + +#pragma once + +#include + +namespace armnnUtils +{ + +template +bool CompatibleTypes(armnn::DataType); + +} //namespace armnnUtils -- cgit v1.2.1