* tfl argvalue test * tfl add_n test * tfl batch to space and space to batch * tfl batch to space and space to batch * tfl broadcast * tfl avgpool * tfl concat * tfl conv2d and depthtospace * tfl depthwise_conv2d * tfl broadcast_args * tfl fill * tfl floordiv * tfl fully_connected * tfl fully_connected * tfl gather * tfl gather_nd * tfl l2_normalization * tfl matrix_diag * tfl maxpool2d * tfl mirror_pad * tfl one_hot * tfl pack * tfl pad * tfl range * tfl relu * tfl reshape * tfl resize_bilinear * tfl resize * tfl reverse * tfl tfft2d * tfl scatter_nd * tfl rfft2d fix * tfl segment_sum * tfl select * tfl select_v2 * tfl slice * tfl space_to_depth * tfl split * tfl split_v * tfl strided_slice * tfl tile * tfl topk_v2 * tfl transpose * tfl transpose_conv * tfl fix conv tests * tfl unique + refactoring * tfl unpack * refactoring * tfl review - reformat params * tfl review - fixes * tfl review - fixes * tfl review - xfails * tfl review - remove redundant tickets * tfl review - xfail for pad
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