blob: 0640fcc42826e6dc8fa79bcb6d81d9b01d084157 [file] [log] [blame]
//
// 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