openvino/docs/ops/internal
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
..
AUGRUCell.md GRU/AUGRUCell shape inference function (#13708) 2022-11-04 23:31:58 +03:00
AUGRUSequence.md AUGRU op ov core shell and reference implementation (#12163) 2022-08-26 17:33:10 +03:00