openvino/ngraph/python
Ivan Tikhonov ea52dd2642
TI and Sequences related transformations: transition from cnn to ngraph versions (#2927)
* sequences to ti transformations, support for seq_lengths input, update reference implemetations, add new tests

* fix python api, update sequences to ti transformation

* transition from cnn to ngraph transformations for cpu, gpu, vpu plugins

* fix convert_ti_to_sequence transformation

* fix naming issue in unroll transformation

* test pure TensorIterator in vpu plugin

* 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

* revert vpu changes

* disable/fix tests

* refactoring

* Resolve review remarks

* optimization of LSTMSeq -> LSTMSeq IE: remove unnecessary Transpose ops

* Refactoring of transformation pipeline in cpu and gpu plugins, align GRU/RNN -> GRU/RNN IE with LSTM -> LSTM IE

* update TensorIterator tests, refactoring

* fix typo

* Fix unit tests, delete unnecessary callbacks

* Refactoring: delete commented code

* Add FullyConnected to skipConstInfer list for legacy ConstFolding

* disable legacy cnn unit tests

* delete xfail

* fix for backward compatibility with opset1::LSTMCell

* delete xfail

* fix build, remove Reshape layer from skipConstInfer list
2020-11-17 12:38:22 +03:00
..
src LSTM/GRU/RNN Sequences : support for seq_lengths input (#2788) 2020-11-17 07:04:20 +03:00
tests TI and Sequences related transformations: transition from cnn to ngraph versions (#2927) 2020-11-17 12:38:22 +03:00
.gitignore publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114 2020-05-20 01:13:06 +03:00
BUILDING.md Update nGraph Python API build instructions (#2610) 2020-10-15 22:15:33 +02:00
CMakeLists.txt Improve python_wheel CMake target (#2688) 2020-10-18 17:12:25 +02:00
build_wheel.py.in Improve python_wheel CMake target (#2688) 2020-10-18 17:12:25 +02:00
requirements.txt Fix versions (#3027) 2020-11-09 12:55:15 +03:00
requirements_test.txt Bump wheel from 0.34.2 to 0.35.1 in /ngraph/python (#3120) 2020-11-16 14:08:12 +01:00
setup.py Remove legacy files (licenses and some scripts) (#2952) 2020-11-09 06:39:52 +03:00
tox.ini Add MSFT models to OpenVino ONNX CI check (#2377) 2020-09-29 19:05:31 +03:00