[CPU][DOCS] Remove recommendation to use partially defined shapes (#14674)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user