Searched refs:ParseDepthwiseConvolution2d (Results 1 – 2 of 2) sorted by relevance
93 void ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int layerIndex);
184 … m_ParserFunctions[Layer_DepthwiseConvolution2dLayer] = &Deserializer::ParseDepthwiseConvolution2d; in Deserializer()1308 void Deserializer::ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int layerIndex) in ParseDepthwiseConvolution2d() function in armnnDeserializer::Deserializer