Back to Openvino

How to support a new OpenVINO opset

src/frontends/ir/docs/support_new_opset.md

2026.1.2457 B
Original Source

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