Update net_impl.cpp

See issue #25112
pull/25130/head
CSBVision 1 year ago committed by Björn Böken
parent 396a75f2ea
commit e8582f2cf8
  1. 1
      modules/dnn/src/net.cpp

@ -13,6 +13,7 @@ CV__DNN_INLINE_NS_BEGIN
Net::Net()
: impl(makePtr<Net::Impl>())
{
setPreferableBackend(DNN_BACKEND_DEFAULT);
}
Net::~Net()

Loading…
Cancel
Save