mirror of
https://github.com/opencv/opencv.git
synced 2026-09-19 15:23:23 -05:00
warning fix
This commit is contained in:
@@ -272,7 +272,7 @@ CV__DNN_INLINE_NS_BEGIN
|
|||||||
* %LayerInfo during Net::finalizeNet().
|
* %LayerInfo during Net::finalizeNet().
|
||||||
*
|
*
|
||||||
* Each operation type registers a `static Ptr<LayerInfo> create(const LayerParams&)` factory
|
* Each operation type registers a `static Ptr<LayerInfo> create(const LayerParams&)` factory
|
||||||
* via @ref CV_DNN_REGISTER_OP_CLASS_STATIC.
|
* via @ref CV_DNN_REGISTER_OP_CLASS.
|
||||||
*/
|
*/
|
||||||
class CV_EXPORTS_W LayerInfo
|
class CV_EXPORTS_W LayerInfo
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user