* Preserving of input/output indices for ONNX. * Fixed checks. * Fixed for case of multiple outputs of node before Result. * Added test for multiple tensor names before Result. * Multiple tensor names before Result fix. * Added order alignment for user input/output. * Extended for case of input names in Parameter tensor list. * Fixed unit tests. * Corrected help. * Small correction. * Code refactoring. * Temporarily reverted refactor. * Fixed wrong changes. * Fixed wrong changes. * Returned reverted refactoring. * Removed inputs_list from serializing.
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_MOexport PYTHONPATH="path_to_openvino"/tests/layer_tests/:$PYTHONPATHexport IE_APP_PATH="path_to_IE" - Add IE dependencies in LD_LIBRARY_PATH.
Run tests
py.test