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.