Searched refs:depthwiseConvolution2dDescriptor (Results 1 – 1 of 1) sorted by relevance
124 DepthwiseConvolution2dDescriptor depthwiseConvolution2dDescriptor; variable125 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,