Searched refs:implicitInputLayer (Results 1 – 1 of 1) sorted by relevance
586 LayerParameterInfo implicitInputLayer(0, 0); in ProcessLayers() local587 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()