Files
openvino/docs/ops/opset.md
Vladimir Gavrilov f8ce57319b Specifications of operations RDFT and IRDFT (#10242)
* Written the draft of the specification of the operation RFFT.

* Started to write the specification of the operation IRFFT.

* Small fix.

* Renamed RFFT operation as RDFT.

* Fix in Operations_specifications.md.

* Written the specification of the operation IRDFT.

* Fixes in examples.

* Fixes in opset9.md and Operations_specifications.md.

* Small fix.

* Replaced opset8 by opset9 in opset9.md.

* Deleted redundant sentences.

* Small fix.

* Replaced input_shape by data_shape.

* Fixed mistypes.

* Fixes of mistypes.

* Fixed typo.

* Fixed RDFT specification, in order to perform signal_size input as in TF and PyTorch.

* Fixes in examples for RDFT.

* Fixes in the output shape calculation of IRDFT. Now this calculation is as in TF and PyTorch.
2022-03-03 13:47:23 +00:00

1.5 KiB

Available Operations Sets

@sphinxdirective

.. toctree:: :maxdepth: 1 :hidden:

openvino_docs_ops_opset9 openvino_docs_ops_opset8 openvino_docs_ops_opset7 openvino_docs_ops_opset6 openvino_docs_ops_opset5 openvino_docs_ops_opset4 openvino_docs_ops_opset3 openvino_docs_ops_opset2 openvino_docs_ops_opset1

@endsphinxdirective

According to capabilities of supported deep learning frameworks and hardware capabilities of a target inference device, all operations are combined into operations sets each fully supported in a specific version of OpenVINO™ toolkit.

This topic provides a complete list of available sets of operations supported in different versions of OpenVINO™ toolkit. Use the relevant version of the operations set for a particular release. For a list of operations included into an operations set, click a link in the table.

OpenVINO™ Version Actual Operations Set
2022.1 opset8
2021.4 opset7
2021.3 opset6
2021.2 opset5
2021.1 opset4
2020.4 opset3
2020.3 opset2
2020.2 opset2
2020.1 opset1

See Also

Deep Learning Network Intermediate Representation and Operations Sets in OpenVINO™