Home
last modified time | relevance | path

Searched refs:DepthwiseConvolution2dDescriptor (Results 1 – 25 of 64) sorted by relevance

123

/external/armnn/src/armnn/layers/
DDepthwiseConvolution2dLayer.hpp15 class DepthwiseConvolution2dLayer : public LayerWithParameters<DepthwiseConvolution2dDescriptor>
52 DepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& param, const char* name);
DDepthwiseConvolution2dLayer.cpp23 DepthwiseConvolution2dLayer::DepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& pa… in DepthwiseConvolution2dLayer()
48 LayerWithParameters<DepthwiseConvolution2dDescriptor>::SerializeLayerParameters(fn); in SerializeLayerParameters()
/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.hpp55 …explicit TestDepthwiseConvolution2dLayerVisitor(const DepthwiseConvolution2dDescriptor& descriptor, in TestDepthwiseConvolution2dLayerVisitor()
68 … const DepthwiseConvolution2dDescriptor& convolution2dDescriptor, in VisitDepthwiseConvolution2dLayer()
81 void CheckDescriptor(const DepthwiseConvolution2dDescriptor& convolution2dDescriptor);
84 DepthwiseConvolution2dDescriptor m_Descriptor;
/external/armnn/src/armnn/
DSerializeLayerParameters.hpp53 template <> struct StringifyLayerParameters<DepthwiseConvolution2dDescriptor>
55 …static void Serialize(ParameterStringifyFunction& fn, const DepthwiseConvolution2dDescriptor& desc…
DNetwork.hpp72 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
79 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
85 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
270 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
DStaticRangeVisitor.hpp43 const DepthwiseConvolution2dDescriptor& desc,
DDynamicQuantizationVisitor.hpp55 const DepthwiseConvolution2dDescriptor& desc,
DSerializeLayerParameters.cpp83 void StringifyLayerParameters<DepthwiseConvolution2dDescriptor>::Serialize( in Serialize()
85 const DepthwiseConvolution2dDescriptor& desc) in Serialize()
/external/armnn/python/pyarmnn/test/
Dtest_network.py266 … net.AddDepthwiseConvolution2dLayer(convolution2dDescriptor=ann.DepthwiseConvolution2dDescriptor(),
274 … net.AddDepthwiseConvolution2dLayer(convolution2dDescriptor=ann.DepthwiseConvolution2dDescriptor(),
283 … net.AddDepthwiseConvolution2dLayer(convolution2dDescriptor=ann.DepthwiseConvolution2dDescriptor(),
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i313 ") DepthwiseConvolution2dDescriptor;
314 struct DepthwiseConvolution2dDescriptor struct
316 DepthwiseConvolution2dDescriptor();
329 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const; argument
/external/armnn/include/armnn/
DINetwork.hpp181 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
188 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
194 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
DDescriptorsFwd.hpp17 struct DepthwiseConvolution2dDescriptor;
DDescriptors.hpp455 struct DepthwiseConvolution2dDescriptor struct
457 DepthwiseConvolution2dDescriptor() in DepthwiseConvolution2dDescriptor() argument
470 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const in operator ==() argument
DILayerSupport.hpp113 const DepthwiseConvolution2dDescriptor& descriptor,
135 const DepthwiseConvolution2dDescriptor& descriptor,
/external/armnn/src/backends/neon/workloads/
DNeonDepthwiseConvolutionWorkload.hpp20 … const DepthwiseConvolution2dDescriptor& descriptor,
DNeonDepthwiseConvolutionWorkload.cpp31 … const DepthwiseConvolution2dDescriptor& descriptor, in NeonDepthwiseConvolutionWorkloadValidate()
/external/armnn/src/backends/cl/workloads/
DClDepthwiseConvolutionWorkload.hpp19 … const DepthwiseConvolution2dDescriptor& descriptor,
DClDepthwiseConvolutionWorkload.cpp28 … const DepthwiseConvolution2dDescriptor& descriptor, in ClDepthwiseConvolutionWorkloadValidate()
/external/armnn/src/armnn/test/optimizations/
DFuseBatchNormTests.cpp41 using ConvDescriptorType = armnn::DepthwiseConvolution2dDescriptor;
45 const DepthwiseConvolution2dDescriptor &descriptor, in AddConvolution()
/external/android-nn-driver/test/
DDilation.hpp65 const DepthwiseConvolution2dDescriptor& descriptor, in VisitDepthwiseConvolution2dLayer()
/external/armnn/src/backends/neon/
DNeonLayerSupport.hpp101 const DepthwiseConvolution2dDescriptor& descriptor,
112 const DepthwiseConvolution2dDescriptor& descriptor,
/external/armnn/src/backends/cl/
DClLayerSupport.hpp95 const DepthwiseConvolution2dDescriptor& descriptor,
102 const DepthwiseConvolution2dDescriptor& descriptor,
/external/armnn/python/pyarmnn/src/pyarmnn/
D__init__.py106 …pyarmnn import Convolution2dDescriptor, DepthToSpaceDescriptor, DepthwiseConvolution2dDescriptor, \
/external/armnn/src/backends/reference/
DRefLayerSupport.hpp97 const DepthwiseConvolution2dDescriptor& descriptor,
118 const DepthwiseConvolution2dDescriptor& descriptor,
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.hpp99 const DepthwiseConvolution2dDescriptor& descriptor,
120 const DepthwiseConvolution2dDescriptor& descriptor,

123