Skip to content

Files

Latest commit

d337f6b · Nov 15, 2022

History

History
10 lines (7 loc) · 458 Bytes

support_new_opset.md

File metadata and controls

10 lines (7 loc) · 458 Bytes

How to support a new OpenVINO opset

Adding a new opset to the OpenVINO IR Frontend is a very frequent task. When you introduce a new operation set, you must also register it in get_available_opsets() function. After that this operation set will automatically supported by IR Frontend.

See also