Home
last modified time | relevance | path

Searched refs:IsNormalizationSupported (Results 1 – 18 of 18) sorted by relevance

/external/armnn/delegate/classic/src/
DNormalization.hpp129 IsNormalizationSupported, in VisitLocalResponseNormalizationOperator()
/external/armnn/include/armnn/
DLayerSupport.hpp235 bool IsNormalizationSupported(const BackendId& backend,
DBackendHelper.hpp285 bool IsNormalizationSupported(const TensorInfo& input,
/external/armnn/src/backends/cl/
DClLayerSupport.hpp228 bool IsNormalizationSupported(const TensorInfo& input,
DClLayerSupport.cpp498 return IsNormalizationSupported(infos[0], in IsLayerSupported()
1260 bool ClLayerSupport::IsNormalizationSupported(const TensorInfo& input, in IsNormalizationSupported() function in armnn::ClLayerSupport
/external/armnn/src/backends/neon/
DNeonLayerSupport.hpp225 bool IsNormalizationSupported(const TensorInfo& input,
DNeonLayerSupport.cpp491 return support.IsNormalizationSupported(infos[0], in IsLayerTypeSupported()
1295 bool NeonLayerSupport::IsNormalizationSupported(const TensorInfo& input, in IsNormalizationSupported() function in armnn::NeonLayerSupport
/external/armnn/src/armnn/
DILayerSupport.cpp288 return IsNormalizationSupported(infos[0], in IsLayerSupported()
946 bool ILayerSupport::IsNormalizationSupported(const TensorInfo& input, in IsNormalizationSupported() function in armnn::ILayerSupport
DBackendHelper.cpp986 bool LayerSupportHandle::IsNormalizationSupported(const TensorInfo& input, in IsNormalizationSupported() function in armnn::LayerSupportHandle
/external/armnn/src/backends/reference/
DRefLayerSupport.hpp241 bool IsNormalizationSupported(const TensorInfo& input,
DRefLayerSupport.cpp309 return IsNormalizationSupported(infos[0], in IsLayerSupported()
2057 bool RefLayerSupport::IsNormalizationSupported(const TensorInfo& input, in IsNormalizationSupported() function in armnn::RefLayerSupport
/external/armnn/include/armnn/backends/
DILayerSupport.hpp345 virtual bool IsNormalizationSupported(const TensorInfo& input,
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.hpp285 bool IsNormalizationSupported(const TensorInfo& input,
DLayerSupportBase.cpp428 bool LayerSupportBase::IsNormalizationSupported(const TensorInfo&, // input in IsNormalizationSupported() function in armnn::LayerSupportBase
DWorkloadFactory.cpp856 result = layerSupportObject.IsNormalizationSupported(OverrideDataType(input, dataType), in IsLayerConfigurationSupported()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DNormalizationTestImpl.cpp355 …ret.m_Supported = handle.IsNormalizationSupported(inputTensorInfo, outputTensorInfo, data.m_Parame… in CompareNormalizationTestImpl()
/external/android-nn-driver/
DConversionUtils.hpp3373 IsNormalizationSupported, in ConvertLocalResponseNormalization()
/external/armnn/shim/sl/canonical/
DConverter.cpp2736 IsNormalizationSupported, in ConvertLocalResponseNormalization()