- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm using OpenVINO Runtime C API - ie_network_set_output_layout (OpenVINO™ API 1.0) to set the output layout to NHWC.
And I'm migrating to OpenVINO™ API 2.0.
For input I can use ov_preprocess_input_tensor_info_set_layout.
However, there seems to be no equivalent API for ie_network_set_output_layout in OpenVINO™API 2.0.
I know there are some API in python and c++ can achieve that.
But is there a equivalent API in OpenVINO™API 2.0. for OpenVINO Runtime C API?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wilson Chen,
In the OpenVINO™ C API 2.0, defining the output layout during the loading of the model or during inference configuration may not have direct functions like in the Python or C++ APIs. However, you can specify model output layout during when using Model Optimizer with --layout CLI parameters.
Regards,
Peh
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wilson Chen,
In the OpenVINO™ C API 2.0, defining the output layout during the loading of the model or during inference configuration may not have direct functions like in the Python or C++ APIs. However, you can specify model output layout during when using Model Optimizer with --layout CLI parameters.
Regards,
Peh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wilson Chen,
This thread will no longer be monitored since we have provided answer and suggestion. If you need any additional information from Intel, please submit a new question.
Regards,
Peh

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page