openvino/src/frontends
Tomasz Dołbniak 56606ec46f
ONNX Adaptive average pooling implementation (#14682)
2022-12-16 15:39:40 +01:00
..
common Added support of custom domain for OpExtension (C++/Python) and ConversionExtension (Python) (#14375) 2022-12-08 17:47:45 +00:00
ir PartialShape -> str methods alignment (MO, ov::core). (#13613) 2022-11-18 14:38:11 +04:00
onnx ONNX Adaptive average pooling implementation (#14682) 2022-12-16 15:39:40 +01:00
paddle Removed using of BWDCMP macro (#14292) 2022-12-07 12:47:16 +04:00
tensorflow [TF FE] Support models with topologically unsorted nodes (#14652) 2022-12-16 08:50:40 +03:00
tests Remove ov::JsonConfigExtension (#14087) 2022-11-21 15:06:08 +04:00
CMakeLists.txt LTO for frontends and python (#12890) 2022-09-05 08:10:11 +04:00
README.md Added README for ONNX Frontend (#13325) 2022-10-20 15:54:25 +02:00

README.md

OpenVINO Frontends

OpenVINO Frontends allow converting models from the native framework to OpenVINO representation.

Below is the full list of supported frontends:

See also