Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 974 Bytes

tests.md

File metadata and controls

20 lines (16 loc) · 974 Bytes

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 have next structure:

  • conditional_compilation - tests cover conditional compilation feature
  • frontend - PaddlePaddle frontend tests (should be removed in the nearest future)
  • models - test models
  • op_eval - tests cover evaluate methods
  • pass - tests covers common transformations
  • type_prop - type and shape propagation tests
  • visitors - tests covers visitor API for all supported operations

These tests can be disabled by CMake option ENABLE_OV_CORE_UNIT_TESTS, this option by default has the same value as ENABLE_TESTS option.

See also