openvino/src/frontends
Ekaterina Aidova 9bedafb560
[PT FE]: support aten::erf and aten::adaptive_avg_pool1d (#20350)
* [PT FE]: support aten::erf and aten::adaptive_avg_pool1d

* align adaptive avg pools for different sizes

* refactor adaptive max pool
2023-10-11 17:33:32 +04:00
..
common Moved cmake functions, variables to API 2.0 naming style (#20281) 2023-10-09 22:30:32 +04:00
ir Merge Linux CC + static build + clang compiler (#20243) 2023-10-06 00:30:11 +04:00
onnx [CI] [GHA] Skip `test_div_uint8_cpu` on macOS only; unskip `test_onnx/test_backend.py` in GHA workflows (#20367) 2023-10-11 14:05:12 +04:00
paddle Merge Linux CC + static build + clang compiler (#20243) 2023-10-06 00:30:11 +04:00
pytorch [PT FE]: support aten::erf and aten::adaptive_avg_pool1d (#20350) 2023-10-11 17:33:32 +04:00
tensorflow [TF FE] Support TF 2.14 and add OnesLike translator (#20385) 2023-10-11 15:24:32 +04:00
tensorflow_common [TF FE] Support TF 2.14 and add OnesLike translator (#20385) 2023-10-11 15:24:32 +04:00
tensorflow_lite Merge Linux CC + static build + clang compiler (#20243) 2023-10-06 00:30:11 +04:00
tests Moved cmake functions, variables to API 2.0 naming style (#20281) 2023-10-09 22:30:32 +04:00
CMakeLists.txt Remove suppression Wno-delete-non-abstract-non-virtual-dtor (#16560) 2023-03-29 14:19:30 +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