Ivan Tikhonov
5c0225d358
Enable conversions to LSTM/GRU/RNN Sequence in MOC (#13470)
* Enable SequenceFusion, TensorIteratorToSequence, GRUCellFusion transformation in MOC, the transformations have been deleted from plugin pipelines
* clean-up: delete augru transformation header
* Temporary disabled TensorIterator IR reader tests
* temporary disable tests, it's not TI issue, usqueeze doesn't have reference impl for fp64 and bf16
* Update ConvertTensorItearatorToSequence transformations: add Unsqueeze to pattern
* Codestyle
* Specify negative values for LSTM/GRU/RNN Sequence ops
* fix conflicts with master branch
* Insert ShapeOf subgraph in ConvertSequencesToTensorIterator transformation in case of dynamic input shape
* codestyle
* fix conflict with master branch
* fix onednn version
* Update low latency v2 to support GRU/RNN/LSTM Sequence ops, fix accuracy issue
* fix tensor names
* fix tensor name issue on gna
* fix transformation tests, fix copying rt_info in the transformation
* fix warning, enable bf16, f64 ti tests
* codestyle
* fix functional tests
* EliminateDuplicateTIInputs transformation, fix copy_with_new_inputs method of TI op
* move EliminateDuplicateTIInputs transformation
* codestyle
2022-11-17 13:27:20 +04:00
..
2022-11-02 11:25:10 +01:00
2022-05-10 17:59:48 +02:00
2022-11-09 11:20:32 +04:00
2022-09-28 15:34:57 +04:00
2022-11-08 10:25:16 +04:00
2022-10-27 14:42:56 +02:00
2022-03-24 22:27:29 +03:00
2021-12-21 20:26:37 +03:00
2022-11-02 10:51:45 +04:00
2022-10-17 11:06:04 +02:00
2022-10-12 14:16:02 +02:00
2022-02-24 15:50:31 +03:00
2022-11-02 09:51:28 +01:00
2022-11-15 08:02:54 +01:00
2022-11-16 13:23:50 +01:00
2022-11-15 12:38:59 +04:00
2022-10-13 07:18:35 +04:00
2022-11-06 10:45:42 +04:00
2022-11-17 13:27:20 +04:00
2022-11-09 16:59:07 +01:00
2022-11-15 11:09:40 +00:00
2022-10-27 08:25:45 +02:00
2022-04-01 15:06:55 +03:00
2022-04-01 15:06:55 +03:00
2022-03-28 20:53:21 +03:00
2022-11-16 14:50:59 +04:00
2021-08-11 09:38:43 +03:00
2022-10-21 06:29:19 +03:00
2022-11-02 11:25:10 +01:00
2022-02-14 12:43:52 +00:00
2021-12-21 20:26:37 +03:00
2022-10-17 11:06:04 +02:00
2022-11-09 11:20:32 +04:00
2022-04-01 15:06:55 +03:00
2022-03-25 20:22:43 +03:00
2022-06-15 05:59:17 +00:00
2022-04-05 01:10:53 +03:00
2022-09-19 16:46:34 +04:00
2021-09-07 19:21:41 +03:00
2022-03-02 17:46:49 +03:00
2022-11-06 10:45:42 +04:00
2022-11-08 11:38:39 +04:00
2022-03-03 11:25:54 +03:00
2022-01-27 19:39:49 +03:00
2022-09-21 11:31:40 +04:00