openvino/tests/layer_tests
Victor Kuznetsov 267f9a3b77
Skip test_lstm_simple_precommit on gpu (#6293)
* skip test on gpu

* try to set timeout

* add timeout param

* rename to infer_timeout

* fix infer_timeout
2021-07-01 20:25:27 +03:00
..
common Skip test_lstm_simple_precommit on gpu (#6293) 2021-07-01 20:25:27 +03:00
onnx_tests Skip test_lstm_simple_precommit on gpu (#6293) 2021-07-01 20:25:27 +03:00
tensorflow_tests add TF Roll op test (#6228) 2021-06-18 17:36:08 +03:00
.gitignore Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
README.md Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
conftest.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
requirements.txt Add layer tests (#5789) 2021-06-16 12:50:16 +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