We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d0e8c commit d604f1dCopy full SHA for d604f1d
src/inference/src/cpp/compiled_model.cpp
@@ -74,7 +74,7 @@ const ov::Output<const ov::Node>& CompiledModel::input(size_t i) const {
74
OPENVINO_ASSERT(i < _impl->inputs().size(),
75
"Cannot get input for index: ",
76
i,
77
- " outputs size is ",
+ " inputs size is ",
78
_impl->inputs().size());
79
return _impl->inputs().at(i);
80
});
0 commit comments