/external/armnn/src/armnn/layers/ |
D | DepthwiseConvolution2dLayer.hpp | 15 class DepthwiseConvolution2dLayer : public LayerWithParameters<DepthwiseConvolution2dDescriptor> 52 DepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& param, const char* name);
|
D | DepthwiseConvolution2dLayer.cpp | 23 DepthwiseConvolution2dLayer::DepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& pa… in DepthwiseConvolution2dLayer() 48 LayerWithParameters<DepthwiseConvolution2dDescriptor>::SerializeLayerParameters(fn); in SerializeLayerParameters()
|
/external/armnn/src/armnn/test/ |
D | ConstTensorLayerVisitor.hpp | 55 …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/ |
D | SerializeLayerParameters.hpp | 53 template <> struct StringifyLayerParameters<DepthwiseConvolution2dDescriptor> 55 …static void Serialize(ParameterStringifyFunction& fn, const DepthwiseConvolution2dDescriptor& desc…
|
D | Network.hpp | 72 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor, 79 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor, 85 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor, 270 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
|
D | StaticRangeVisitor.hpp | 43 const DepthwiseConvolution2dDescriptor& desc,
|
D | DynamicQuantizationVisitor.hpp | 55 const DepthwiseConvolution2dDescriptor& desc,
|
D | SerializeLayerParameters.cpp | 83 void StringifyLayerParameters<DepthwiseConvolution2dDescriptor>::Serialize( in Serialize() 85 const DepthwiseConvolution2dDescriptor& desc) in Serialize()
|
/external/armnn/python/pyarmnn/test/ |
D | test_network.py | 266 … 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/ |
D | armnn_descriptors.i | 313 ") DepthwiseConvolution2dDescriptor; 314 struct DepthwiseConvolution2dDescriptor struct 316 DepthwiseConvolution2dDescriptor(); 329 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const; argument
|
/external/armnn/include/armnn/ |
D | INetwork.hpp | 181 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor, 188 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor, 194 const DepthwiseConvolution2dDescriptor& convolution2dDescriptor,
|
D | DescriptorsFwd.hpp | 17 struct DepthwiseConvolution2dDescriptor;
|
D | Descriptors.hpp | 455 struct DepthwiseConvolution2dDescriptor struct 457 DepthwiseConvolution2dDescriptor() in DepthwiseConvolution2dDescriptor() argument 470 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const in operator ==() argument
|
D | ILayerSupport.hpp | 113 const DepthwiseConvolution2dDescriptor& descriptor, 135 const DepthwiseConvolution2dDescriptor& descriptor,
|
/external/armnn/src/backends/neon/workloads/ |
D | NeonDepthwiseConvolutionWorkload.hpp | 20 … const DepthwiseConvolution2dDescriptor& descriptor,
|
D | NeonDepthwiseConvolutionWorkload.cpp | 31 … const DepthwiseConvolution2dDescriptor& descriptor, in NeonDepthwiseConvolutionWorkloadValidate()
|
/external/armnn/src/backends/cl/workloads/ |
D | ClDepthwiseConvolutionWorkload.hpp | 19 … const DepthwiseConvolution2dDescriptor& descriptor,
|
D | ClDepthwiseConvolutionWorkload.cpp | 28 … const DepthwiseConvolution2dDescriptor& descriptor, in ClDepthwiseConvolutionWorkloadValidate()
|
/external/armnn/src/armnn/test/optimizations/ |
D | FuseBatchNormTests.cpp | 41 using ConvDescriptorType = armnn::DepthwiseConvolution2dDescriptor; 45 const DepthwiseConvolution2dDescriptor &descriptor, in AddConvolution()
|
/external/android-nn-driver/test/ |
D | Dilation.hpp | 65 const DepthwiseConvolution2dDescriptor& descriptor, in VisitDepthwiseConvolution2dLayer()
|
/external/armnn/src/backends/neon/ |
D | NeonLayerSupport.hpp | 101 const DepthwiseConvolution2dDescriptor& descriptor, 112 const DepthwiseConvolution2dDescriptor& descriptor,
|
/external/armnn/src/backends/cl/ |
D | ClLayerSupport.hpp | 95 const DepthwiseConvolution2dDescriptor& descriptor, 102 const DepthwiseConvolution2dDescriptor& descriptor,
|
/external/armnn/python/pyarmnn/src/pyarmnn/ |
D | __init__.py | 106 …pyarmnn import Convolution2dDescriptor, DepthToSpaceDescriptor, DepthwiseConvolution2dDescriptor, \
|
/external/armnn/src/backends/reference/ |
D | RefLayerSupport.hpp | 97 const DepthwiseConvolution2dDescriptor& descriptor, 118 const DepthwiseConvolution2dDescriptor& descriptor,
|
/external/armnn/src/backends/backendsCommon/ |
D | LayerSupportBase.hpp | 99 const DepthwiseConvolution2dDescriptor& descriptor, 120 const DepthwiseConvolution2dDescriptor& descriptor,
|