-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CPU][DEBUG_CAPS] Do not include all the nodes to executable ones (#2…
…7599) There is a case, when a node is a static one and it has 0 dim in one of its input shapes. In this case we must not execute this node, but performing additional isExecutable() check in runtime for all the static nodes would be to expensive
- Loading branch information
1 parent
edcd4d8
commit 229ed28
Showing
2 changed files
with
1 addition
and
8 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