[CPU][DOCS] Remove recommendation to use partially defined shapes (#14674)

This commit is contained in:
Maksim Kutakov
2022-12-19 18:49:46 +01:00
committed by GitHub
parent 291eddaecd
commit 1f84eabcec
3 changed files with 0 additions and 36 deletions

View File

@@ -2,15 +2,6 @@
int main() {
{
//! [defined_upper_bound]
ov::Core core;
auto model = core.read_model("model.xml");
model->reshape({{ov::Dimension(1, 10), ov::Dimension(1, 20), ov::Dimension(1, 30), ov::Dimension(1, 40)}});
//! [defined_upper_bound]
}
{
//! [static_shape]
ov::Core core;