* [TF FE] Fix StridedSlice translator for new_axis vector longer input rank Currently, new_axis vector is cut by input rank that is correct and leads to the loss of new axes. Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> * Use int64 type in mask_to_vector function Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
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