Home
last modified time | relevance | path

Searched refs:IsBatchNormalizationSupported (Results 1 – 12 of 12) sorted by relevance

/external/armnn/src/armnn/
DLayerSupport.cpp104 bool IsBatchNormalizationSupported(const BackendId& backend, in IsBatchNormalizationSupported() function
116 IsBatchNormalizationSupported, in IsBatchNormalizationSupported()
/external/armnn/include/armnn/
DLayerSupport.hpp35 bool IsBatchNormalizationSupported(const BackendId& backend,
DILayerSupport.hpp50 virtual bool IsBatchNormalizationSupported(const TensorInfo& input,
/external/armnn/src/backends/neon/
DNeonLayerSupport.hpp42 bool IsBatchNormalizationSupported(const TensorInfo& input,
DNeonLayerSupport.cpp189 bool NeonLayerSupport::IsBatchNormalizationSupported(const TensorInfo& input, in IsBatchNormalizationSupported() function in armnn::NeonLayerSupport
/external/armnn/src/backends/cl/
DClLayerSupport.hpp41 bool IsBatchNormalizationSupported(const TensorInfo& input,
DClLayerSupport.cpp220 bool ClLayerSupport::IsBatchNormalizationSupported(const TensorInfo& input, in IsBatchNormalizationSupported() function in armnn::ClLayerSupport
/external/armnn/src/backends/reference/
DRefLayerSupport.hpp35 bool IsBatchNormalizationSupported(const TensorInfo& input,
DRefLayerSupport.cpp203 bool RefLayerSupport::IsBatchNormalizationSupported(const TensorInfo& input, in IsBatchNormalizationSupported() function in armnn::RefLayerSupport
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.hpp36 bool IsBatchNormalizationSupported(const TensorInfo& input,
DLayerSupportBase.cpp71 bool LayerSupportBase::IsBatchNormalizationSupported(const TensorInfo&, //input in IsBatchNormalizationSupported() function in armnn::LayerSupportBase
DWorkloadFactory.cpp117 result = layerSupportObject->IsBatchNormalizationSupported( in IsLayerConfigurationSupported()