openvino/tests/layer_tests
Roman Kazantsev aafabb41b8
[MO, POT] Top up upper bounds for TensorFlow and NumPy modules in all requirement files (#12191) (#12628)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-08-19 19:33:25 +04:00
..
common [MO] update ROIAlign op to opset9 (#11623) 2022-06-22 10:58:15 +02:00
onnx_tests [MO] update ROIAlign op to opset9 (#11623) 2022-06-22 10:58:15 +02:00
tensorflow_tests [TF FE] Port TF FE changes from master for integration with OVTF (#12575) 2022-08-17 16:16:48 +04: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
pytest.ini Remove unsued map initialization (#11621) 2022-05-05 00:50:34 +02:00
requirements.txt [MO, POT] Top up upper bounds for TensorFlow and NumPy modules in all requirement files (#12191) (#12628) 2022-08-19 19:33:25 +04: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