openvino/ngraph/python/tests/test_onnx
Ivan Tikhonov b45e1a25a5
LSTM/GRU/RNN Sequences : support for seq_lengths input (#2788)
* sequences to ti transformations, support for seq_lengths input, update reference implemetations, add new tests

* fix python api, update sequences to ti transformation

* fix sequences to ti transformation

* Update sequences to TI transformation: fix reverse sequence support

* update single layer tests, fix TI reference impl, fix Sequences to TI transformations

* ngraph code style

* fix build

* fix ngraph python api

* resolver review comments, refactoring

* Resolve review remarks

* delete xfail
2020-11-17 07:04:20 +03:00
..
models Provide ONNX external data mechanism to ReadNetwork (#2588) 2020-10-14 12:30:53 +03:00
utils Add MSFT models to OpenVino ONNX CI check (#2377) 2020-09-29 19:05:31 +03:00
__init__.py Tweaks for ONNX scoreboard (#2697) 2020-10-18 17:08:06 +02:00
model_zoo_preprocess.sh Update ONNX models preprocessing script (#2936) 2020-11-05 12:40:48 +03:00
test_backend.py Add ceil_mode for Max and Avg pooling (#2965) 2020-11-16 15:16:24 +01:00
test_onnx_external_data.py Provide ONNX external data mechanism to ReadNetwork (#2588) 2020-10-14 12:30:53 +03:00
test_onnx_import.py [nGraph] Public Py API to get function from cnnnetwork (#1567) 2020-08-04 09:39:37 +02:00
test_ops_batchnorm.py Bug fix (#2380) 2020-09-23 17:54:59 +03:00
test_ops_binary.py Enable ngraph python tests in OpenVINO-ONNX CI (#1603) 2020-08-07 09:58:57 +03:00
test_ops_convpool.py Enable ngraph python tests in OpenVINO-ONNX CI (#1603) 2020-08-07 09:58:57 +03:00
test_ops_logical.py [CPU] Generic JIT Eltwise implementation (#1464) 2020-10-28 09:16:28 +03:00
test_ops_matmul.py Enable ngraph python tests in OpenVINO-ONNX CI (#1603) 2020-08-07 09:58:57 +03:00
test_ops_nonlinear.py [CPU] Generic JIT Eltwise implementation (#1464) 2020-10-28 09:16:28 +03:00
test_ops_reduction.py Do not remove convert after the topK (#1950) 2020-09-01 14:36:30 +03:00
test_ops_reshape.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_ops_unary.py Use LogSoftmax-5 in the onnx_importer (#2602) 2020-10-21 10:50:16 +02:00
test_ops_variadic.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_zoo_models.py LSTM/GRU/RNN Sequences : support for seq_lengths input (#2788) 2020-11-17 07:04:20 +03:00