forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MO] fixed dealing with None in then/else branches of Select (openvin…
…otoolkit#7465) * fixed dealing with None values in then/else branches of Select * generalized solution when condition is non one elemental * fix when both branches are None * minor corrections * rewritten Select unit-tests; fixed for condition with [True] mask * removed mutable default arg from build_graph, added a few more test cases with masked condition, other minor corrections * corrected output_shape calculation when broadcasting is off * layer tests fixed: relaxed assert for condition shape to let pass TF Select * corrected shape calculation when condition is not elementwise equal, calculated calculation for TF, corrected calculation of shape when values are not set * fixed a typo for Select from TF Where
- Loading branch information
1 parent
5b075d8
commit f661133
Showing
5 changed files
with
352 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.