Home
last modified time | relevance | path

Searched refs:IsConvertFp16ToFp32Supported (Results 1 – 14 of 14) sorted by relevance

/external/armnn/include/armnn/
DLayerSupport.hpp69 bool IsConvertFp16ToFp32Supported(const BackendId& backend,
DBackendHelper.hpp99 bool IsConvertFp16ToFp32Supported(const TensorInfo& input,
/external/armnn/src/backends/cl/
DClLayerSupport.hpp87 bool IsConvertFp16ToFp32Supported(const TensorInfo& input,
DClLayerSupport.cpp256 return IsConvertFp16ToFp32Supported(infos[0], infos[1], reasonIfUnsupported); in IsLayerSupported()
844 bool ClLayerSupport::IsConvertFp16ToFp32Supported(const TensorInfo& input, in IsConvertFp16ToFp32Supported() function in armnn::ClLayerSupport
/external/armnn/src/backends/neon/
DNeonLayerSupport.hpp87 bool IsConvertFp16ToFp32Supported(const TensorInfo& input,
DNeonLayerSupport.cpp240 return support.IsConvertFp16ToFp32Supported(infos[0], infos[1], reasonIfUnsupported); in IsLayerTypeSupported()
886 bool NeonLayerSupport::IsConvertFp16ToFp32Supported(const TensorInfo& input, in IsConvertFp16ToFp32Supported() function in armnn::NeonLayerSupport
/external/armnn/src/armnn/
DILayerSupport.cpp81 return IsConvertFp16ToFp32Supported(infos[0], in IsLayerSupported()
629 bool ILayerSupport::IsConvertFp16ToFp32Supported(const TensorInfo& input, in IsConvertFp16ToFp32Supported() function in armnn::ILayerSupport
DBackendHelper.cpp317 bool LayerSupportHandle::IsConvertFp16ToFp32Supported(const TensorInfo& input, in IsConvertFp16ToFp32Supported() function in armnn::LayerSupportHandle
/external/armnn/src/backends/reference/
DRefLayerSupport.hpp80 bool IsConvertFp16ToFp32Supported(const TensorInfo& input,
DRefLayerSupport.cpp124 return IsConvertFp16ToFp32Supported(infos[0], infos[1], reasonIfUnsupported); in IsLayerSupported()
957 bool RefLayerSupport::IsConvertFp16ToFp32Supported(const TensorInfo& input, in IsConvertFp16ToFp32Supported() function in armnn::RefLayerSupport
/external/armnn/include/armnn/backends/
DILayerSupport.hpp112 virtual bool IsConvertFp16ToFp32Supported(const TensorInfo& input,
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.hpp87 bool IsConvertFp16ToFp32Supported(const TensorInfo& input,
DLayerSupportBase.cpp167 bool LayerSupportBase::IsConvertFp16ToFp32Supported(const TensorInfo&, // input in IsConvertFp16ToFp32Supported() function in armnn::LayerSupportBase
DWorkloadFactory.cpp236 result = layerSupportObject.IsConvertFp16ToFp32Supported(input, output, reason); in IsLayerConfigurationSupported()