ArmNN
 22.05.01
CompatibleTypes.cpp File Reference
#include <armnn/Types.hpp>
#include <armnnUtils/CompatibleTypes.hpp>
#include "BFloat16.hpp"
#include "Half.hpp"

Go to the source code of this file.

Namespaces

 armnnUtils
 

Functions

template<typename T >
bool CompatibleTypes (armnn::DataType)
 
template<>
bool CompatibleTypes< float > (DataType dataType)
 
template<>
bool CompatibleTypes< Half > (DataType dataType)
 
template<>
bool CompatibleTypes< BFloat16 > (DataType dataType)
 
template<>
bool CompatibleTypes< uint8_t > (DataType dataType)
 
template<>
bool CompatibleTypes< int8_t > (DataType dataType)
 
template<>
bool CompatibleTypes< int16_t > (DataType dataType)
 
template<>
bool CompatibleTypes< int32_t > (DataType dataType)