mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
parent
396a75f2ea
commit
e8582f2cf8
@ -13,6 +13,7 @@ CV__DNN_INLINE_NS_BEGIN
|
|||||||
Net::Net()
|
Net::Net()
|
||||||
: impl(makePtr<Net::Impl>())
|
: impl(makePtr<Net::Impl>())
|
||||||
{
|
{
|
||||||
|
setPreferableBackend(DNN_BACKEND_DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
||||||
Net::~Net()
|
Net::~Net()
|
||||||
|
Loading…
Reference in New Issue
Block a user