Skip to content

Commit

Permalink
[Common] MarkDequantizationSubgraph: avoid modification of RT Info fo…
Browse files Browse the repository at this point in the history
…r fold_multiply_const=true option
  • Loading branch information
dmitry-gorokhov committed Aug 28, 2024
1 parent 2e5189b commit 4931129
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ ov::pass::MarkDequantizationSubgraph::MarkDequantizationSubgraph(const element::
ov::disable_constant_folding(scale);
ov::unmark_as_decompression(scale);
ov::enable_keep_const_precision(scale->get_input_node_shared_ptr(0));
} else {
ov::enable_constant_folding(scale);
ov::disable_keep_const_precision(scale->get_input_node_shared_ptr(0));
}
}

Expand Down

0 comments on commit 4931129

Please sign in to comment.