Fix inference pipeline C++ doc: refer to the correct input blob (#14709)
This commit is contained in:
parent
a881ce4999
commit
e07bd74f38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user