How to support a new OpenVINO opset

November 15, 2022 · View on GitHub

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

  • OpenVINO IR Frontend README
  • OpenVINO™ README
  • Developer documentation