// // 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