1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Update net_impl.cpp

See issue #25112
This commit is contained in:
CSBVision
2024-03-01 13:33:11 +01:00
committed by Björn Böken
parent 396a75f2ea
commit e8582f2cf8
+1
View File
@@ -13,6 +13,7 @@ CV__DNN_INLINE_NS_BEGIN
Net::Net()
: impl(makePtr<Net::Impl>())
{
setPreferableBackend(DNN_BACKEND_DEFAULT);
}
Net::~Net()