Back to Openvino

OpenVINO Core Tests

src/core/docs/tests.md

2026.1.2790 B
Original Source

OpenVINO Core Tests

OpenVINO Core is covered by tests from the binary ov_core_unit_tests. This binary can be built by the target with the same name.

OpenVINO Core tests consists of common and op evaluation tests. Folder have next structure:

  • conditional_compilation - tests cover conditional compilation feature
  • frontend - common frontend tests
  • models - test models
  • pass - tests covers common transformations
  • type_prop - type and shape propagation tests
  • visitors - tests covers visitor API for all supported operations

See also