Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.hpp119 …void AddConvLayerWithDepthwiseConv(const onnx::NodeProto& node, const armnn::Convolution2dDescript…
H A DOnnxParser.cpp1082 void OnnxParserImpl::AddConvLayerWithDepthwiseConv(const onnx::NodeProto& node, const Convolution2d… in AddConvLayerWithDepthwiseConv() function in armnnOnnxParser::OnnxParserImpl
1856 AddConvLayerWithDepthwiseConv(node, desc); in ParseConv()