1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

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
+1 -1
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);
}
}