Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnov-alexey committed Nov 14, 2024
1 parent 60d610e commit b50ae42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ ConvToMatmul::ConvToMatmul(Context::Ref ctx) {
auto matched_node_transpose_in = node_to_output.at(transpose_in).get_node_shared_ptr();
auto matched_node_transpose_out = node_to_output.at(transpose_out).get_node_shared_ptr();
auto matched_node_multiply = node_to_output.at(multiply).get_node_shared_ptr();
auto matched_node_param2_out = uat::_(node_to_output).at_or_at(convert2, multiply);
const auto& matched_node_param2_out = uat::_(node_to_output).at_or_at(convert2, multiply);

const auto& shape = matched_node_param->get_shape();
const auto& shape2 = matched_node_param2->get_shape();
Expand Down

0 comments on commit b50ae42

Please sign in to comment.