Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Golebiewski
3017c8d123 DOCS: Fixing broken links in documentation. (#14935) 2023-01-05 11:25:03 +04:00
Katarzyna Mitrus
c953186ff0 GRU/AUGRUCell shape inference function (#13708)
* Add shape_infer function for GRUCell op

* Add shape_infer function for AUGRUCell

* Consts refactor

* Add batch_size check

* Enable GRUCell shape_infer for CPU

* Style apply

* Use OV_EXPECT_THROW in tests

* Use helper for input shapes

* Use .back() instead of index

* Change rnn_seq namespace to rnn

* Fix win warnings

* Enable AUGRUCell/Sequence shape_infer on CPU

* Fix warn

* Fix warn
2022-11-04 23:31:58 +03:00
Katarzyna Mitrus
67f4b8ee66 AUGRU op ov core shell and reference implementation (#12163) 2022-08-26 17:33:10 +03:00