Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnick committed Apr 13, 2021
1 parent afcbb7e commit 55c3b81
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ InferenceEngine::Blob::Ptr MKLDNNPlugin::MKLDNNInferRequest::GetBlob(const std::
}
data = _outputs[name];
checkBlob(data, name, false);
return data;
}
if (!data) {
IE_THROW() << "Cannot find blob with name: " << name;
Expand Down

0 comments on commit 55c3b81

Please sign in to comment.