Searched refs:AddConvLayerWithDepthwiseConv (Results 1 – 4 of 4) sorted by relevance
78 void AddConvLayerWithDepthwiseConv(const caffe::LayerParameter& layerParam,
594 void CaffeParserBase::AddConvLayerWithDepthwiseConv(const caffe::LayerParameter& layerParam, in AddConvLayerWithDepthwiseConv() function in armnnCaffeParser::CaffeParserBase768 AddConvLayerWithDepthwiseConv(layerParam, convolution2dDescriptor, kernelW, kernelH); in ParseConvLayer()
92 …void AddConvLayerWithDepthwiseConv(const onnx::NodeProto& node, const armnn::Convolution2dDescript…
808 void OnnxParser::AddConvLayerWithDepthwiseConv(const onnx::NodeProto& node, const Convolution2dDesc… in AddConvLayerWithDepthwiseConv() function in armnnOnnxParser::OnnxParser1407 AddConvLayerWithDepthwiseConv(node, desc); in ParseConv()