Enable build with OpenVINO in Debug

This commit is contained in:
Dmitry Kurtaev 2023-09-09 20:38:59 +03:00
parent 1a8d37d19e
commit 5dc5b27858

View File

@ -252,7 +252,7 @@ void NetImplOpenVINO::addNgraphOutputs(LayerData& ld)
CV_Assert(!ieInpNode->net.empty());
if (layerNet != ieInpNode->net)
{
CV_LOG_DEBUG(NULL, "DNN/IE: pin output between subnets: " << ieInpNode->node->get_friendly_name());
CV_LOG_DEBUG(NULL, "DNN/IE: pin output between subnets: " << ieInpNode->node.get_node()->get_friendly_name());
ieInpNode->net->addOutput(ieInpNode);
}
}