openvino/src/frontends
Maxim Vafin f5f221a3a9
[PT FE] Refactor aten::flatten and aten::transpose conversion (#19098)
* [PT FE] Refactor aten::flatten and aten::transpose conversion

* Fix code style

* Fix codestyle
2023-08-10 10:28:36 +02:00
..
common Extend loading frontend error message (#18950) 2023-08-03 07:19:18 +00:00
ir Advanced `mmap` test for IR FE (#18711) 2023-08-08 17:56:54 +04:00
onnx Removed legacy API from core_impl (#19009) 2023-08-09 07:26:25 +04:00
paddle Refactor engines utils (#18856) 2023-08-03 12:13:05 +04:00
pytorch [PT FE] Refactor aten::flatten and aten::transpose conversion (#19098) 2023-08-10 10:28:36 +02:00
tensorflow [TF FE] [TF Hub] Support MaxPoolWithArgmax operation (#19085) 2023-08-09 20:18:27 +04:00
tensorflow_common [TF FE] Simplify ResizeBilinear and ResizeNearestNeighbor translators (#19099) 2023-08-09 18:58:33 +00:00
tensorflow_lite Enable ResolveNamesCollisions transformation in MOC #2 (#18772) 2023-07-29 09:29:31 +04:00
tests Refactor engines utils. Delete the target (#18916) 2023-08-04 13:25:47 +00: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