openvino/src/common
Ivan Tikhonov cfd42bd2cb
Handle Reshape's special zero in SimplifySecondInputOfReshape (#20785) (#20820)
* Handle Reshape's special zero in SimplifySecondInputOfReshape

SimplifySecondInputOfReshape detects ShapeOf->Gather->Concat
subgraphs on Reshape's second input and replaces ShapeOf->Gather
with a Constant with zero(s). Currently it works only with Reshapes
that have special_zero set to true, but it can work for Reshapes
with special_zero == false if non-Gather inputs to Concat are Constants
and don't contain any zero.

Ticket: CVS-123434

* fix no default output

Co-authored-by: Mateusz Tabaka <mateusz.tabaka@intel.com>
2023-11-02 17:43:25 +04:00
..
conditional_compilation Relocatable developer package (#20327) 2023-10-12 22:59:04 +00:00
itt Relocatable developer package (#20327) 2023-10-12 22:59:04 +00:00
low_precision_transformations [GPU] FC with 4-bit weights compression support for iGPU (#20572) 2023-10-25 12:45:31 +04:00
offline_transformations CompressQuantizeWeights - fix zero point calculation (#20541) 2023-10-24 10:21:06 +02:00
preprocessing Fixed compilation with C++23 (#20724) 2023-10-27 16:29:40 +04:00
snippets [Snippets] Fixed Convert elimination in AlignElementType (#20701) 2023-10-27 13:50:51 +04:00
transformations Handle Reshape's special zero in SimplifySecondInputOfReshape (#20785) (#20820) 2023-11-02 17:43:25 +04:00
util Relocatable developer package (#20327) 2023-10-12 22:59:04 +00:00
CMakeLists.txt [Python][Build] Fix building openvino wheel on Windows (#16374) 2023-03-27 23:52:58 +04:00