Commit Graph

6 Commits

Author SHA1 Message Date
Katarzyna Mitrus 19d208ef2c
[Opset] Initialization of OV Opset15 (#23960)
### Details:
 -  Initialization of OV Opset15 
  (Discussed internally and agreed to introduce new opset in 2024.2)
  
To provide more agile approach, this PR has been updated with an idea
(proposed by @mmikolajcz) to include only new operators within the new
Opset, and fill it up at the end of the development period (not
necessarily per release).
This should lead to infrequent introduction of further opsets.
 
\* Currently common opsets tests rely on Parameter/ShapeOf/Convert in
every opset, so they were added.
But this approach for opset testing should be revised. 
 
### Tickets:
 - 138268, 131683
2024-04-15 08:45:25 +00:00
Sebastian Golebiewski 1bdb9313be
[DOCS] Update API reference (#22911)
Updating API reference with ``openvino`` namespace redesign changes.
This PR addresses the following ticket: 117329
2024-02-20 14:11:22 +00:00
Mateusz Mikolajczyk 2990586789
[Opset14] Initialization of opset14 (#22603)
### Details:
- *Initialization of opset14 to reduce number of repeated changes in
each operator*

### Tickets:
 - *N/A*
2024-02-02 08:43:54 +00:00
Anastasia Kuporosova 771fdc3d1c
remove old py api from python snippets and docs (#22016)
* remove old api from python snippets and docs (#170)

* remove old api from python snippets

* pysnippets removal p2

* remove ngraph snippet

* remove old api from docs

* remove migration snippets

* remove from init
2024-01-08 16:34:07 +01:00
Anastasia Kuporosova ca87784a29
[PyOV] Missed variable API in Model class (#21434)
* [PyOV] Missed variable API in Model class

* fixes in model docstr and codestyle

* add test

* fix ci

* fix ci
2023-12-04 15:44:23 +01:00
jmacekx 54e61ac9f5
refactor docs build process (#21239) 2023-11-29 15:30:05 +04:00