openvino/src/frontends
Oleg Pipikin 0ba3a97277
Use unique file names in tests (#15014)
* Add common test api to generate unique test file names

* Use unique file names in ir frontend tests

* Use unique file names in plugin tests

* Fix code style

* fix1

* fix2

* Add unique file names for other tests

* Fix code style 2

* fix3
2023-01-13 12:35:30 +04:00
..
common Compilation for WebAssembly: part 1 (#15008) 2023-01-10 13:02:22 +04:00
ir Use unique file names in tests (#15014) 2023-01-13 12:35:30 +04:00
onnx [ONNX FE] Added tutorials about running tests, architecture and adding new ops (#14807) 2023-01-11 12:08:45 +00:00
paddle Move paddle reader tests from ieFuncTests to paddle_tests (#14166) 2022-12-22 14:58:48 +04:00
tensorflow Fix build for macos and android-arm64 (#15068) 2023-01-12 15:40:11 +04: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