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
..
2020-09-15 15:02:48 +02:00
2020-11-04 12:19:40 +01:00
2020-08-19 17:55:20 +02:00
2020-07-14 14:57:27 +02:00
2020-11-17 07:04:20 +03:00
2020-08-06 15:03:39 +03:00
2020-10-14 12:20:22 +03:00
2020-09-03 07:58:07 +03:00
2020-07-03 18:11:39 +02:00
2020-10-14 08:08:27 +03:00
2020-08-13 19:56:59 +03:00
2020-07-29 12:27:30 +02:00
2020-11-17 10:34:33 +01:00
2020-09-01 15:11:58 +02:00
2020-11-17 12:38:22 +03:00
2020-08-19 17:55:20 +02:00
2020-11-17 10:34:33 +01:00
2020-11-17 10:34:33 +01:00
2020-07-03 18:11:39 +02:00
2020-11-10 15:49:59 +03:00
2020-11-17 10:34:33 +01:00
2020-07-10 11:53:56 +02:00
2020-08-16 15:49:49 +03:00
2020-11-17 10:34:33 +01:00
2020-10-22 14:06:23 +02:00
2020-08-10 15:51:21 +03:00
2020-08-19 17:55:20 +02:00