* tf.Graph decoder. * Fix conflicts. * Fixed det_input_node() * Added support of non-frozen models. * Cleaned code. * Small fix. * Small corrections. * Error fixes. * Code style. * Code style. * Code style. * Small correction. * Fixed float32 attributes. * Small correction. * Fixed tests. * Fixed errors. * Added statefull partitioned call test. * Import fix. * Code corrections. * BOM test fixed. * Corrected check, added comment. * Added checks. * Supported TF Fraph Iterator in load_by_model(). * Clang format. * Small correction. * Fixed example_input logic, added tests. * Added comment. * Small correction. * Corrected example_input description. * Moved load_by_model test to MO Python API tests. * Minor corrections. * Code corrections. * Small correction. * Clang format. * Fixed tests. * Import change. * Moved GraphIterator to common FE. * Tests refactoring, minor fixes. * Small test correction. * Removed not needed change. * Removed commented code. * Removed not needed change. * Unit tests fix. * Temporarily added debug output. * Test fix. * Applied comments. * Fixed test.
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 (if you use wheel package path to python api could be removed):
export PYTHONPATH="path_to_openvino"/tests/layer_tests/:"path_to_openvino"/tools/mo:"path to python api" - If there is need to use specific libs it is possible to specify path to them using OV_LIBRARY_PATH env variable
export OV_LIBRARY_PATH="path_to_libs" - To parametrize tests by device and precision (optional)
export TEST_DEVICE="CPU;GPU" export TEST_PRECISION="FP32;FP16"
Run tests
py.test