Searched refs:constructorFunc (Results 1 – 1 of 1) sorted by relevance
19 #define CV_DNN_REGISTER_LAYER_FUNC(type, constructorFunc) \ argument20 cv::dnn::LayerFactory::registerLayer(#type, constructorFunc);35 #define CV_DNN_REGISTER_LAYER_FUNC_STATIC(type, constructorFunc) \ argument36 …ic cv::dnn::details::_LayerStaticRegisterer __LayerStaticRegisterer_##type(#type, constructorFunc);