blob: 0640fcc42826e6dc8fa79bcb6d81d9b01d084157 [file] [log] [blame]
Sadik Armagan1342bed2021-11-17 15:01:00 +00001//
2// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include <armnn/Types.hpp>
9
10namespace armnnUtils
11{
12
13template<typename T>
14bool CompatibleTypes(armnn::DataType);
15
16} //namespace armnnUtils