Piotr Krzemiński

Results 12 issues of 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...

category: python api

### 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...

bug
enhancement
category: samples

### 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...

category: Core
category: IE Tests
category: CPU
category: Python API
category: docs
category: TEMPLATE
category: PyTorch FE

### 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...

category: docs

### 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...

category: Core
category: CPU
category: Python API
category: TEMPLATE
category: CPP API

### 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)...

category: IE Tests
category: GPU
category: CPU

### Details: - Added new alignment mode description - Added explanation of Mersenne-Twister algorithm with examples ### Tickets: - None

category: docs

### 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,...

category: Core
category: IE Tests
category: Python API
category: docs
category: TEMPLATE
category: CPP API

### Details: - Extends Python API with Identity operation - To be merged after https://github.com/openvinotoolkit/openvino/pull/26716 ### Tickets: - 152728

category: Core
category: IE Tests
category: Python API
category: TEMPLATE
category: CPP API

### Details: - Add Identity Operation Core & Ref - Spec available here: https://github.com/openvinotoolkit/openvino/pull/26718 ### Tickets: - 152727 - 152726

category: Core
category: IE Tests
category: TEMPLATE
category: CPP API