Home
last modified time | relevance | path

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

/external/armnn/src/armnnCaffeParser/
DRecordByRecordCaffeParser.cpp586 LayerParameterInfo implicitInputLayer(0, 0); in ProcessLayers() local
587 implicitInputLayer.set_type(LayerParameterInfo::INPUT); in ProcessLayers()
588 implicitInputLayer.set_name(netParameterInfo.input(0)); in ProcessLayers()
589 implicitInputLayer.add_top(netParameterInfo.input(0)); in ProcessLayers()
590 layerInfo.push_back(implicitInputLayer); in ProcessLayers()