Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DFoldPadTests.cpp124 DepthwiseConvolution2dDescriptor depthwiseConvolution2dDescriptor; variable
125 depthwiseConvolution2dDescriptor.m_BiasEnabled = false;
126 depthwiseConvolution2dDescriptor.m_StrideX = 1;
127 depthwiseConvolution2dDescriptor.m_StrideY = 1;
128 depthwiseConvolution2dDescriptor.m_DataLayout = DataLayout::NHWC;
137 …epthwiseConv2dLayer = graph.AddLayer<DepthwiseConvolution2dLayer>(depthwiseConvolution2dDescriptor,