Searched refs:IsBatchNormalizationSupported (Results 1 – 12 of 12) sorted by relevance
/external/armnn/src/armnn/ |
D | LayerSupport.cpp | 104 bool IsBatchNormalizationSupported(const BackendId& backend, in IsBatchNormalizationSupported() function 116 IsBatchNormalizationSupported, in IsBatchNormalizationSupported()
|
/external/armnn/include/armnn/ |
D | LayerSupport.hpp | 35 bool IsBatchNormalizationSupported(const BackendId& backend,
|
D | ILayerSupport.hpp | 50 virtual bool IsBatchNormalizationSupported(const TensorInfo& input,
|
/external/armnn/src/backends/neon/ |
D | NeonLayerSupport.hpp | 42 bool IsBatchNormalizationSupported(const TensorInfo& input,
|
D | NeonLayerSupport.cpp | 189 bool NeonLayerSupport::IsBatchNormalizationSupported(const TensorInfo& input, in IsBatchNormalizationSupported() function in armnn::NeonLayerSupport
|
/external/armnn/src/backends/cl/ |
D | ClLayerSupport.hpp | 41 bool IsBatchNormalizationSupported(const TensorInfo& input,
|
D | ClLayerSupport.cpp | 220 bool ClLayerSupport::IsBatchNormalizationSupported(const TensorInfo& input, in IsBatchNormalizationSupported() function in armnn::ClLayerSupport
|
/external/armnn/src/backends/reference/ |
D | RefLayerSupport.hpp | 35 bool IsBatchNormalizationSupported(const TensorInfo& input,
|
D | RefLayerSupport.cpp | 203 bool RefLayerSupport::IsBatchNormalizationSupported(const TensorInfo& input, in IsBatchNormalizationSupported() function in armnn::RefLayerSupport
|
/external/armnn/src/backends/backendsCommon/ |
D | LayerSupportBase.hpp | 36 bool IsBatchNormalizationSupported(const TensorInfo& input,
|
D | LayerSupportBase.cpp | 71 bool LayerSupportBase::IsBatchNormalizationSupported(const TensorInfo&, //input in IsBatchNormalizationSupported() function in armnn::LayerSupportBase
|
D | WorkloadFactory.cpp | 117 result = layerSupportObject->IsBatchNormalizationSupported( in IsLayerConfigurationSupported()
|