* 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> |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| tests | ||
| CMakeLists.txt | ||