Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: fishbell <[email protected]>
  • Loading branch information
songbell committed Jan 14, 2025
1 parent 878583d commit 593097f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void reshape_transfer::run(program& p) {
auto transformed_order = original_order;
ov::Shape new_shape(transformed_order.size());
const uint16_t merge_dim_idx = [&]() {
for (uint16_t i = 0; i < reshape_in_shape.size(); ++i) {
for (uint16_t i = 0; i < reshape_out_shape.size(); ++i) {
if (reshape_in_shape[i] != reshape_out_shape[i])
return i;
}
Expand Down

0 comments on commit 593097f

Please sign in to comment.