/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ConstTensorLayerVisitor.hpp | 64 …explicit TestDepthwiseConvolution2dLayerVisitor(const DepthwiseConvolution2dDescriptor& descriptor, in TestDepthwiseConvolution2dLayerVisitor() 85 … CheckDescriptor(static_cast<const armnn::DepthwiseConvolution2dDescriptor&>(descriptor)); in ExecuteStrategy() 96 void CheckDescriptor(const DepthwiseConvolution2dDescriptor& convolution2dDescriptor); 99 DepthwiseConvolution2dDescriptor m_Descriptor;
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | DepthwiseConvolution2dLayer.hpp | 15 class DepthwiseConvolution2dLayer : public LayerWithParameters<DepthwiseConvolution2dDescriptor> 52 DepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& param, const char* name);
|
H A D | DepthwiseConvolution2dLayer.cpp | 23 DepthwiseConvolution2dLayer::DepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& pa… in DepthwiseConvolution2dLayer() 47 LayerWithParameters<DepthwiseConvolution2dDescriptor>::SerializeLayerParameters(fn); in SerializeLayerParameters()
|
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/ |
H A D | armnn_descriptors.i | 375 ") DepthwiseConvolution2dDescriptor; 376 struct DepthwiseConvolution2dDescriptor struct 378 DepthwiseConvolution2dDescriptor(); 391 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const; argument
|
H A D | armnn_network.i | 551 const armnn::DepthwiseConvolution2dDescriptor& convolution2dDescriptor, 1206 const armnn::DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
|
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | PermuteDepthwiseConv2dWeightsTests.cpp | 21 … armnn::DepthwiseConvolution2dDescriptor descriptor) in CreateSimpleDepthwiseConv2dNetwork() 83 DepthwiseConvolution2dDescriptor descriptor; in PermuteDepthwiseConv2dWeightsTest()
|
H A D | FuseBatchNormTests.cpp | 58 using ConvDescriptorType = armnn::DepthwiseConvolution2dDescriptor; 62 const DepthwiseConvolution2dDescriptor& descriptor, in AddConvolution() 70 … const DepthwiseConvolution2dDescriptor &descriptor, in AddConstantLayers()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | DepthwiseConvolution2dEndToEndTests.hpp | 21 …NetworkPtr CreateDepthwiseConvolution2dNetwork(const armnn::DepthwiseConvolution2dDescriptor& desc… in CreateDepthwiseConvolution2dNetwork() 144 DepthwiseConvolution2dDescriptor descriptor; in DepthwiseConvolution2dEndToEnd()
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | SerializeLayerParameters.hpp | 73 template <> struct StringifyLayerParameters<DepthwiseConvolution2dDescriptor> 75 …static void Serialize(ParameterStringifyFunction& fn, const DepthwiseConvolution2dDescriptor& desc…
|
H A D | SerializeLayerParameters.cpp | 163 void StringifyLayerParameters<DepthwiseConvolution2dDescriptor>::Serialize( in Serialize() 165 const DepthwiseConvolution2dDescriptor& desc) in Serialize()
|
H A D | ILayerSupport.cpp | 135 … auto desc = *(PolymorphicDowncast<const DepthwiseConvolution2dDescriptor*>(&descriptor)); in IsLayerSupported() 687 const DepthwiseConvolution2dDescriptor& descriptor, in IsDepthwiseConvolutionSupported() 734 const DepthwiseConvolution2dDescriptor& descriptor, in IsDilatedDepthwiseConvolutionSupported()
|
/aosp_15_r20/external/armnn/src/backends/neon/workloads/ |
H A D | NeonDepthwiseConvolutionWorkload.hpp | 20 … const DepthwiseConvolution2dDescriptor& descriptor,
|
/aosp_15_r20/external/armnn/src/backends/cl/workloads/ |
H A D | ClDepthwiseConvolutionWorkload.hpp | 19 … const DepthwiseConvolution2dDescriptor& descriptor,
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | DescriptorsFwd.hpp | 21 struct DepthwiseConvolution2dDescriptor;
|
H A D | Descriptors.hpp | 647 struct DepthwiseConvolution2dDescriptor : BaseDescriptor struct 649 DepthwiseConvolution2dDescriptor() in DepthwiseConvolution2dDescriptor() function 662 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const in operator ==() argument
|
H A D | BackendHelper.hpp | 133 const DepthwiseConvolution2dDescriptor& descriptor, 155 const DepthwiseConvolution2dDescriptor& descriptor,
|
/aosp_15_r20/external/armnn/src/backends/neon/ |
H A D | NeonLayerSupport.hpp | 117 const DepthwiseConvolution2dDescriptor& descriptor, 128 const DepthwiseConvolution2dDescriptor& descriptor,
|
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClLayerSupport.hpp | 120 const DepthwiseConvolution2dDescriptor& descriptor, 127 const DepthwiseConvolution2dDescriptor& descriptor,
|
H A D | ClLayerSupport.cpp | 328 … auto desc = *(PolymorphicDowncast<const DepthwiseConvolution2dDescriptor*>(&descriptor)); in IsLayerSupported() 954 … const DepthwiseConvolution2dDescriptor& descriptor, in IsDepthwiseConvolutionSupported() 971 … const DepthwiseConvolution2dDescriptor& descriptor, in IsDilatedDepthwiseConvolutionSupported()
|
/aosp_15_r20/external/armnn/src/backends/reference/ |
H A D | RefLayerSupport.hpp | 114 const DepthwiseConvolution2dDescriptor& descriptor, 135 const DepthwiseConvolution2dDescriptor& descriptor,
|
/aosp_15_r20/external/armnn/include/armnn/backends/ |
H A D | ILayerSupport.hpp | 158 const DepthwiseConvolution2dDescriptor& descriptor, 186 const DepthwiseConvolution2dDescriptor& descriptor,
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | LayerSupportBase.cpp | 218 … const DepthwiseConvolution2dDescriptor&, // descriptor in IsDepthwiseConvolutionSupported() argument 248 … const DepthwiseConvolution2dDescriptor&, // descriptor in IsDilatedDepthwiseConvolutionSupported() argument
|
H A D | LayerSupportBase.hpp | 127 const DepthwiseConvolution2dDescriptor& descriptor, 150 const DepthwiseConvolution2dDescriptor& descriptor,
|
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Dilation.hpp | 63 … CheckDilationParams(static_cast<const armnn::DepthwiseConvolution2dDescriptor&>(descriptor)); in ExecuteStrategy()
|
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/ |
H A D | __init__.py | 90 …DepthwiseConvolution2dDescriptor, DetectionPostProcessDescriptor, FakeQuantizationDescriptor, Fill…
|