Home
last modified time | relevance | path

Searched refs:AddDepthwiseConvolution2dLayer (Results 1 – 21 of 21) sorted by relevance

/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_network.i548 ") AddDepthwiseConvolution2dLayer;
550 armnn::IConnectableLayer* AddDepthwiseConvolution2dLayer(
1203 ") AddDepthwiseConvolution2dLayer;
1205 armnn::IConnectableLayer* AddDepthwiseConvolution2dLayer(
1209 return $self->AddDepthwiseConvolution2dLayer(convolution2dDescriptor, name);
/external/armnn/src/backends/backendsCommon/test/
DOptimizationViewsTests.cpp140 view.GetINetwork()->AddDepthwiseConvolution2dLayer(convDescriptor,
144 view.GetINetwork()->AddDepthwiseConvolution2dLayer(convDescriptor,
DDepthwiseConvolution2dEndToEndTests.hpp35 …IConnectableLayer* convolution2d = network->AddDepthwiseConvolution2dLayer(descriptor, "depthwiseC… in CreateDepthwiseConvolution2dNetwork()
/external/armnn/src/armnn/test/optimizations/
DPermuteDepthwiseConv2dWeightsTests.cpp27 …armnn::IConnectableLayer* depthwiseLayer = network->AddDepthwiseConvolution2dLayer(descriptor, "de… in CreateSimpleDepthwiseConv2dNetwork()
DFuseBatchNormTests.cpp66 return network->AddDepthwiseConvolution2dLayer(descriptor, name); in AddConvolution()
DFoldPadTests.cpp821 IConnectableLayer* conv2dLayer = network->AddDepthwiseConvolution2dLayer(convDescriptor,
DFuseActivationTests.cpp119 return network->AddDepthwiseConvolution2dLayer(descriptor, name); in AddReceiverLayer()
/external/armnn/src/backends/aclCommon/
DArmComputeSubgraphUtils.hpp238 …optimizationViews.GetINetwork()->AddDepthwiseConvolution2dLayer(baseLayer->GetParameters(), name.c… in FuseDepthwiseConvolution2dLayer()
/external/armnn/src/armnn/
DNetwork.hpp88 …IConnectableLayer* AddDepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& convolut…
DNetwork.cpp291 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/
DINetwork.hpp405 …IConnectableLayer* AddDepthwiseConvolution2dLayer(const DepthwiseConvolution2dDescriptor& convolut…
/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.cpp267 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);
DSubgraphViewTests.cpp1915 const auto depthwiseLayer = replacementGraph->AddDepthwiseConvolution2dLayer( in ReplaceConstantMultiplicationWithDepthwise()
/external/armnn/delegate/classic/src/
DConvolution.hpp590 …armnn::IConnectableLayer* layer = delegateData.m_Network->AddDepthwiseConvolution2dLayer(descripto… in VisitDepthwiseConv2dOperator()
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp691 …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/
DDeserializer.cpp1661 layer = m_Network->AddDepthwiseConvolution2dLayer(descriptor, in ParseDepthwiseConvolution2d()
1709 layer = m_Network->AddDepthwiseConvolution2dLayer(descriptor, in ParseDepthwiseConvolution2d()
/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp1095 …armnn::IConnectableLayer* layer = m_Network->AddDepthwiseConvolution2dLayer(desc, node.name().c_st… in AddConvLayerWithDepthwiseConv()
/external/android-nn-driver/
DConversionUtils_1_2.hpp690 armnn::IConnectableLayer* startLayer = data.m_Network->AddDepthwiseConvolution2dLayer(desc); in ConvertDepthwiseConv2d_1_2()
DConversionUtils.hpp2706 armnn::IConnectableLayer* startLayer = data.m_Network->AddDepthwiseConvolution2dLayer(desc); in ConvertDepthwiseConv2d()
/external/armnn/shim/sl/canonical/
DConverter.cpp1434 armnn::IConnectableLayer* startLayer = data.m_Network->AddDepthwiseConvolution2dLayer(desc); in ConvertDepthwiseConv2d()
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp1423 …armnn::IConnectableLayer* layer = m_Network->AddDepthwiseConvolution2dLayer(desc, layerName.c_str(… in ParseDepthwiseConv2D()