Pawel Raasz

Results 14 issues of Pawel Raasz

### Details: - *Add eye-9 decomposition transformation* - *Fix ONNX EyeLike for diagonal shift outside eye dimensions (should create zero filled matrix)* ### Tickets: - *85994*

### Details: - Add more precisions support for `GridSample` in Template plugin. ### Tickets: - [CVS-133057](https://jira.devtools.intel.com/browse/CVS-133057)

category: Core
category: TEMPLATE

### Details: - Fix Coverity copy instead of move in core source ### CIDs: - 1539887;1529328;1538188;1539508;1539575;1539663;1539783;1539938

category: Core

### Details: - Fix in main source files in Template plugin the Coverity issues: - copy instead of move, - auto causes copy, - uninitialized members. ### CIDs: - 1525722,1530205,...

category: TEMPLATE

### Details: - The `Model::reshape` function has been extended by additional parameter which allow user specify new variables shapes by ID. - Specify only inputs shape can be not enough...

category: Core
category: Python API
category: CPP API

# Description Fix gcc build warning when using c++20 "bitwise operation between different enumeration types".

### Details: - Custom function used in binary element wise operators to reduce bin size (around 130k). ### Tickets: - [CVS-138266](https://jira.devtools.intel.com/browse/CVS-138266)

category: Core

### Details: - `ShapeOf` preserve lower bound when upper is infinite ### Tickets: - [CVS-126430](https://jira.devtools.intel.com/browse/CVS-126430)

category: Core
WIP
do_not_merge
no_stale

### Details: - Add more detailed error messages when model and/or weights files not exist at path ### Tickets: - [CVS-142133](https://jira.devtools.intel.com/browse/CVS-142133)

category: inference
category: MO
category: Core
category: IE Tests
category: build
category: IR FE
category: ONNX FE
category: PDPD FE
category: TF FE
category: CPP API
category: TFL FE

### Details: - Constant use Convert implementation from core reference instead standard approach. - Remove value range validation when destination type can hold all values from constant e.g i8 ->...

category: Core
category: CPP API