* ScatterElementsUpdate-12 init
* Update doc structure with ScatterElementsUpdate-12
* Update Operations_specifications.md
* Typos
* Update descriptions
* Add info about indices normalization
* Add info about negative axis normalization
* Add info about boolean type
* Missing coma and typo
* More examples and reduction descriptions
* Rename reduction "copy" to "none"
* Add more examples with values
* Mean mode and types clarification
* Review interpolate shapes and label propagation
* Review shape_infer template implementation
* Update shape infer of interpolate in GPU plugin
- Add new tensor accessor for ov::Tensor map
* Correct casting in dim::scale function
* Remove validation of size of input 1 in v0
* Relax inputs check for interpolate v4
* Correct GPU shape inference
* Use ov::Tensors in interpolate's evaluate
- Remove some duplicated code
- Apply comments from review
* Set shape in interpolate's eval for output tensor
* enable PaddlePaddle elementwise broadcast
* fix CI fail issue
* Apply suggestions from code review
* fix CI fail issue
* only B to A broadcast is supported for PDPD
* fix GPU plugin testcase fail issue
* keep PDPD broadcast_merge cpu plugin implement align with ov core
* add type prop test case for pdpd broadcast dst shape smaller than src shape
* opset to rst
* change list indentations
* fix formula
* add n operations
* add negative and nonzero
* fix link
* specs to rst
* fix matrixnms path
* change path to if
* fix list
* fix format
* Allow stable sort in TopK when sorting by indices
* Clarification of stable sorting by index and unblocked test
* XFAIL the test again
* Clarification of sorting by indices
* Revert of changes in previous versions op TopK (spec)
* Add attribute for last output element type
* Add convert precision transformation and tests
* Update Unique python API with new attribute
* Update Unique-10 op specification
* Update docstrings
* Update visitor tests
* Add type prop tests for the new attribute
* Check axis constant before shape, compare with partial shape
* 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
* Create ONNX FrontEnd GenerateProposals op
* Add onnx GP Op validation
* Add batch 2 test
* Improve code readability
.. per review comments
* Fix test model paths
* Use heterogeneous test values
* roi_align_9: ov_core, transformations, template_plugin
* roi_align_9: CPU Plugin
* keep only constructor with enums which is aligned with spec
* remove evaluate function for ROIAlign_9
* Add op check test for operation ROIAlign-9
* Apply suggestions from code review
* fix version name from 'v0' to 'v3' in transform part
* use common shape_infer function for v3 and v9
* remove'tf_' prefix for ROIAlign::AlignedMode to avoid misleading for models from different platforms