Home
last modified time | relevance | path

Searched refs:IsL2NormalizationSupported (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/armnn/delegate/classic/src/
H A DNormalization.hpp50 IsL2NormalizationSupported, in VisitL2NormalizationOperator()
/aosp_15_r20/external/armnn/include/armnn/
H A DLayerSupport.hpp171 bool IsL2NormalizationSupported(const BackendId& backend,
H A DBackendHelper.hpp217 bool IsL2NormalizationSupported(const TensorInfo& input,
/aosp_15_r20/external/armnn/src/armnn/
H A DILayerSupport.cpp215 return IsL2NormalizationSupported(infos[0], in IsLayerSupported()
824 bool ILayerSupport::IsL2NormalizationSupported(const TensorInfo& input, in IsL2NormalizationSupported() function in armnn::ILayerSupport
H A DBackendHelper.cpp801 bool LayerSupportHandle::IsL2NormalizationSupported(const TensorInfo& input, in IsL2NormalizationSupported() function in armnn::LayerSupportHandle
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClLayerSupport.cpp443 return IsL2NormalizationSupported(infos[0], in IsLayerSupported()
1135 bool ClLayerSupport::IsL2NormalizationSupported(const TensorInfo& input, in IsL2NormalizationSupported() function in armnn::ClLayerSupport
H A DClLayerSupport.hpp178 bool IsL2NormalizationSupported(const TensorInfo& input,
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonLayerSupport.cpp440 return support.IsL2NormalizationSupported(infos[0], in IsLayerTypeSupported()
1168 bool NeonLayerSupport::IsL2NormalizationSupported(const TensorInfo& input, in IsL2NormalizationSupported() function in armnn::NeonLayerSupport
H A DNeonLayerSupport.hpp173 bool IsL2NormalizationSupported(const TensorInfo& input,
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefLayerSupport.hpp190 bool IsL2NormalizationSupported(const TensorInfo& input,
H A DRefLayerSupport.cpp261 return IsL2NormalizationSupported(infos[0], in IsLayerSupported()
1659 bool RefLayerSupport::IsL2NormalizationSupported(const TensorInfo& input, in IsL2NormalizationSupported() function in armnn::RefLayerSupport
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DILayerSupport.hpp256 virtual bool IsL2NormalizationSupported(const TensorInfo& input,
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportBase.cpp327 bool LayerSupportBase::IsL2NormalizationSupported(const TensorInfo&, // input in IsL2NormalizationSupported() function in armnn::LayerSupportBase
H A DLayerSupportBase.hpp211 bool IsL2NormalizationSupported(const TensorInfo& input,
H A DWorkloadFactory.cpp582 result = layerSupportObject.IsL2NormalizationSupported( in IsLayerConfigurationSupported()
/aosp_15_r20/external/android-nn-driver/
H A DConversionUtils.hpp3281 IsL2NormalizationSupported, in ConvertL2Normalization()
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DConverter.cpp2645 IsL2NormalizationSupported, in ConvertL2Normalization()