mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08: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:
commit
deab144e22
@ -13,6 +13,7 @@ CV__DNN_INLINE_NS_BEGIN
|
||||
Net::Net()
|
||||
: impl(makePtr<Net::Impl>())
|
||||
{
|
||||
setPreferableBackend(DNN_BACKEND_DEFAULT);
|
||||
}
|
||||
|
||||
Net::~Net()
|
||||
|
Loading…
Reference in New Issue
Block a user