Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.hpp102 void ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int layerIndex);
H A DDeserializer.cpp228 …arserFunctions[Layer_DepthwiseConvolution2dLayer] = &DeserializerImpl::ParseDepthwiseConvolution2d; in DeserializerImpl()
1622 void IDeserializer::DeserializerImpl::ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int laye… in ParseDepthwiseConvolution2d() function in armnnDeserializer::IDeserializer::DeserializerImpl