Home
last modified time | relevance | path

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

/external/armnn/src/armnnCaffeParser/
DCaffeParser.hpp78 void AddConvLayerWithDepthwiseConv(const caffe::LayerParameter& layerParam,
DCaffeParser.cpp594 void CaffeParserBase::AddConvLayerWithDepthwiseConv(const caffe::LayerParameter& layerParam, in AddConvLayerWithDepthwiseConv() function in armnnCaffeParser::CaffeParserBase
768 AddConvLayerWithDepthwiseConv(layerParam, convolution2dDescriptor, kernelW, kernelH); in ParseConvLayer()
/external/armnn/src/armnnOnnxParser/
DOnnxParser.hpp92 …void AddConvLayerWithDepthwiseConv(const onnx::NodeProto& node, const armnn::Convolution2dDescript…
DOnnxParser.cpp808 void OnnxParser::AddConvLayerWithDepthwiseConv(const onnx::NodeProto& node, const Convolution2dDesc… in AddConvLayerWithDepthwiseConv() function in armnnOnnxParser::OnnxParser
1407 AddConvLayerWithDepthwiseConv(node, desc); in ParseConv()