/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/ |
D | armnn_network.i | 548 ") AddDepthwiseConvolution2dLayer; 550 armnn::IConnectableLayer* AddDepthwiseConvolution2dLayer( 1203 ") AddDepthwiseConvolution2dLayer; 1205 armnn::IConnectableLayer* AddDepthwiseConvolution2dLayer( 1209 return $self->AddDepthwiseConvolution2dLayer(convolution2dDescriptor, name);
|
/external/armnn/src/backends/backendsCommon/test/ |
D | OptimizationViewsTests.cpp | 140 view.GetINetwork()->AddDepthwiseConvolution2dLayer(convDescriptor, 144 view.GetINetwork()->AddDepthwiseConvolution2dLayer(convDescriptor,
|
D | DepthwiseConvolution2dEndToEndTests.hpp | 35 …IConnectableLayer* convolution2d = network->AddDepthwiseConvolution2dLayer(descriptor, "depthwiseC… in CreateDepthwiseConvolution2dNetwork()
|
/external/armnn/src/armnn/test/optimizations/ |
D | PermuteDepthwiseConv2dWeightsTests.cpp | 27 …armnn::IConnectableLayer* depthwiseLayer = network->AddDepthwiseConvolution2dLayer(descriptor, "de… in CreateSimpleDepthwiseConv2dNetwork()
|
D | FuseBatchNormTests.cpp | 66 return network->AddDepthwiseConvolution2dLayer(descriptor, name); in AddConvolution()
|
D | FoldPadTests.cpp | 821 IConnectableLayer* conv2dLayer = network->AddDepthwiseConvolution2dLayer(convDescriptor,
|
D | FuseActivationTests.cpp | 119 return network->AddDepthwiseConvolution2dLayer(descriptor, name); in AddReceiverLayer()
|
/external/armnn/src/backends/aclCommon/ |
D | ArmComputeSubgraphUtils.hpp | 238 …optimizationViews.GetINetwork()->AddDepthwiseConvolution2dLayer(baseLayer->GetParameters(), name.c… in FuseDepthwiseConvolution2dLayer()
|
/external/armnn/src/armnn/ |
D | Network.hpp | 88 …IConnectableLayer* AddDepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& convolut…
|
D | Network.cpp | 291 IConnectableLayer* INetwork::AddDepthwiseConvolution2dLayer( in AddDepthwiseConvolution2dLayer() function in armnn::INetwork 295 return pNetworkImpl->AddDepthwiseConvolution2dLayer(convolution2dDescriptor, name); in AddDepthwiseConvolution2dLayer() 2142 IConnectableLayer* NetworkImpl::AddDepthwiseConvolution2dLayer( in AddDepthwiseConvolution2dLayer() function in armnn::NetworkImpl
|
/external/armnn/include/armnn/ |
D | INetwork.hpp | 405 …IConnectableLayer* AddDepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& convolut…
|
/external/armnn/src/armnn/test/ |
D | ConstTensorLayerVisitor.cpp | 267 IConnectableLayer* const layer = net.AddDepthwiseConvolution2dLayer(descriptor); 296 IConnectableLayer* const layer = net.AddDepthwiseConvolution2dLayer(descriptor, layerName); 331 IConnectableLayer* const layer = net.AddDepthwiseConvolution2dLayer(descriptor); 369 IConnectableLayer* const layer = net.AddDepthwiseConvolution2dLayer(descriptor, layerName);
|
D | SubgraphViewTests.cpp | 1915 const auto depthwiseLayer = replacementGraph->AddDepthwiseConvolution2dLayer( in ReplaceConstantMultiplicationWithDepthwise()
|
/external/armnn/delegate/classic/src/ |
D | Convolution.hpp | 590 …armnn::IConnectableLayer* layer = delegateData.m_Network->AddDepthwiseConvolution2dLayer(descripto… in VisitDepthwiseConv2dOperator()
|
/external/armnn/src/armnnSerializer/test/ |
D | SerializerTests.cpp | 691 …armnn::IConnectableLayer* const depthwiseConvLayer = network->AddDepthwiseConvolution2dLayer(descr… 753 …armnn::IConnectableLayer* const depthwiseConvLayer = network->AddDepthwiseConvolution2dLayer(descr… 811 … armnn::IConnectableLayer* const convLayer = network->AddDepthwiseConvolution2dLayer(descriptor,
|
/external/armnn/src/armnnDeserializer/ |
D | Deserializer.cpp | 1661 layer = m_Network->AddDepthwiseConvolution2dLayer(descriptor, in ParseDepthwiseConvolution2d() 1709 layer = m_Network->AddDepthwiseConvolution2dLayer(descriptor, in ParseDepthwiseConvolution2d()
|
/external/armnn/src/armnnOnnxParser/ |
D | OnnxParser.cpp | 1095 …armnn::IConnectableLayer* layer = m_Network->AddDepthwiseConvolution2dLayer(desc, node.name().c_st… in AddConvLayerWithDepthwiseConv()
|
/external/android-nn-driver/ |
D | ConversionUtils_1_2.hpp | 690 armnn::IConnectableLayer* startLayer = data.m_Network->AddDepthwiseConvolution2dLayer(desc); in ConvertDepthwiseConv2d_1_2()
|
D | ConversionUtils.hpp | 2706 armnn::IConnectableLayer* startLayer = data.m_Network->AddDepthwiseConvolution2dLayer(desc); in ConvertDepthwiseConv2d()
|
/external/armnn/shim/sl/canonical/ |
D | Converter.cpp | 1434 armnn::IConnectableLayer* startLayer = data.m_Network->AddDepthwiseConvolution2dLayer(desc); in ConvertDepthwiseConv2d()
|
/external/armnn/src/armnnTfLiteParser/ |
D | TfLiteParser.cpp | 1423 …armnn::IConnectableLayer* layer = m_Network->AddDepthwiseConvolution2dLayer(desc, layerName.c_str(… in ParseDepthwiseConv2D()
|