1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #25130 from CSBVision:patch-6

Update net_impl.cpp and net.cpp to fix the first part of #25112
This commit is contained in:
Alexander Smorkalov
2024-03-02 12:37:47 +03:00
committed by GitHub
+1
View File
@@ -13,6 +13,7 @@ CV__DNN_INLINE_NS_BEGIN
Net::Net()
: impl(makePtr<Net::Impl>())
{
setPreferableBackend(DNN_BACKEND_DEFAULT);
}
Net::~Net()