Extend error message (#2175)
This commit is contained in:
parent
1bae5504ca
commit
3cecc3ffbe
@ -591,7 +591,8 @@ std::shared_ptr<ngraph::Node> V10Parser::createNode(const std::vector<ngraph::Ou
|
||||
}
|
||||
|
||||
if (!ngraphNode) {
|
||||
THROW_IE_EXCEPTION << "Cannot create " << params.type << " layer " << params.name << " id:" << params.layerId;
|
||||
THROW_IE_EXCEPTION << "Cannot create " << params.type << " layer " << params.name << " id:" << params.layerId
|
||||
<< " from unsupported opset: " << params.version;
|
||||
}
|
||||
|
||||
// Save run time info
|
||||
|
Loading…
Reference in New Issue
Block a user