aboutsummaryrefslogtreecommitdiff
path: root/include/armnnUtils/CompatibleTypes.hpp
blob: 0640fcc42826e6dc8fa79bcb6d81d9b01d084157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <armnn/Types.hpp>

namespace armnnUtils
{

template<typename T>
bool CompatibleTypes(armnn::DataType);

} //namespace armnnUtils