Fix inference pipeline C++ doc: refer to the correct input blob (#14733)

This commit is contained in:
Maciej Smyk
2023-01-04 22:20:26 +01:00
committed by GitHub
parent 92987ecb33
commit bd5fc754c7

View File

@@ -38,7 +38,7 @@ int main() {
}
InferenceEngine::Blob::Ptr input_blob2 = infer_request.GetBlob("data2");
// fill first blob
// fill second blob
InferenceEngine::MemoryBlob::Ptr minput2 = InferenceEngine::as<InferenceEngine::MemoryBlob>(input_blob2);
if (minput2) {
// locked memory holder should be alive all time while access to its