Home
last modified time | relevance | path

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

/external/armnn/src/armnnDeserializer/
DDeserializer.hpp93 void ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int layerIndex);
DDeserializer.cpp184 … m_ParserFunctions[Layer_DepthwiseConvolution2dLayer] = &Deserializer::ParseDepthwiseConvolution2d; in Deserializer()
1308 void Deserializer::ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int layerIndex) in ParseDepthwiseConvolution2d() function in armnnDeserializer::Deserializer