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.
[HETERO] Remove ConstantFolding of model in hetero (openvinotoolkit#2…
…2626) ### Details: constant folding been introduced to hetero, but this may bring other issue in quantized models , for example, in gpu plugin, precision conversion will be applied before constant folding, some ops can be operated in fp16 if hardware support, while direct constant folding in hetero doesn't take hardware capability into account and fold the constants directly, this will result in memory concerns, for example, OOM issue, or the performance issue because of different execution precision ### ticket-id: CVS-127934
- Loading branch information
1 parent
2d3805f
commit 2c0efbb
Showing
2 changed files
with
71 additions
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