From e07bd74f38f11eb211c7845948dd4543932a2b34 Mon Sep 17 00:00:00 2001 From: Giovanni Saponaro Date: Wed, 4 Jan 2023 22:20:05 +0100 Subject: [PATCH] Fix inference pipeline C++ doc: refer to the correct input blob (#14709) --- docs/snippets/ie_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/ie_common.cpp b/docs/snippets/ie_common.cpp index decf326217f..6cc6133592d 100644 --- a/docs/snippets/ie_common.cpp +++ b/docs/snippets/ie_common.cpp @@ -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(input_blob2); if (minput2) { // locked memory holder should be alive all time while access to its