openvino/tests/layer_tests
Nikolay Shchegolev b34cb55081
[CPU] Gather JIT implementation + Gather8 support. (#10083)
2022-02-03 12:32:23 +03:00
..
common Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
onnx_tests [CPU] Gather JIT implementation + Gather8 support. (#10083) 2022-02-03 12:32:23 +03:00
tensorflow_tests Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
.gitignore Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
CMakeLists.txt Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
README.md Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
conftest.py Add support api 2.0 to layer_tests (#9814) 2022-01-31 13:15:30 +03:00
requirements.txt [OMZ]: try update submodule (#9830) 2022-01-25 13:29:30 +03:00

README.md

Layer tests

This folder layer tests framework code and test files.

Getting Started

Pre-requisites

  • OpenVINO should be configured as usual.

Setup

  • Install requirements:
    pip3 install -r requirements.txt
    
  • Set up environment variables for layer tests:
    export MO_ROOT=PATH_TO_MO
    
    export PYTHONPATH="path_to_openvino"/tests/layer_tests/:$PYTHONPATH
    
    export IE_APP_PATH="path_to_IE"
    
  • Add IE dependencies in LD_LIBRARY_PATH.

Run tests

py.test