Piotr Krzemiński
Piotr Krzemiński
### Details: - Align versions for subpackages - Add `get_version()` method for most subpackages (import from pyopenvino) - Update setup.py to include packages in python wheel - Update build docs...
### Details: - Console output now almost identical throughout both applications - - Missing error description now shows correctly in C++ (caused by re-throw of the copy of the error...
### Details: - Improved Inverse testing suite for dynamic shapes in the CPU plugin - Introduced random tests to PT FE Inerse testing suite - Added LU decomposition pseudocode to...
### Details: - Add notes with descriptions of: Out of Bounds, Indexing in Reverse, Negative Indices - Clarified length of masks - Clarified the definition of `-1` value - Described...
### Details: - Added variants of Philox algorithm generators from PyTorch and Tensorflow to align generated output for the same seed - Split execution into generation and conversion, reducing the...
### Details: - Added variants of Philox algorithm generators from PyTorch and Tensorflow to align generated output for the same seed - Added x64 kernels for Philox (Tensorflow), Mersenne (PyTorch)...
### Details: - Added new alignment mode description - Added explanation of Mersenne-Twister algorithm with examples ### Tickets: - None
### Details: - Adds opset15 spec - Adds Identity specification - To be merged after https://github.com/openvinotoolkit/openvino/pull/26717 Question for review - is "activation" the correct folder to place this op into,...
### Details: - Extends Python API with Identity operation - To be merged after https://github.com/openvinotoolkit/openvino/pull/26716 ### Tickets: - 152728
### Details: - Add Identity Operation Core & Ref - Spec available here: https://github.com/openvinotoolkit/openvino/pull/26718 ### Tickets: - 152727 - 152726