Skip to content

Commit

Permalink
Remove double ShapeOf registration
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Jan 24, 2025
1 parent 1b63229 commit 742fd4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ std::shared_ptr<ov::Node> ov::pass::ScaledDotProductAttentionDecomposition::deco
if (auto constant = ov::util::get_constant_from_source(gather)) {
return register_new_node(constant);
}
register_new_node(shape_of);
register_new_node(dim_to_extract_const);
return register_new_node(gather);
};
Expand Down

0 comments on commit 742fd4b

Please sign in to comment.