Skip to content

Commit

Permalink
moved self._update_value_info_for_graph_output() call outside the for…
Browse files Browse the repository at this point in the history
… loop

Signed-off-by: Harsh Peswani <[email protected]>
  • Loading branch information
quic-hpeswani authored and quic-alanmaha committed Dec 20, 2024
1 parent dbce7f1 commit 46934c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ def _update_value_info(self):
if node.op_type == "QcQuantizeOp":
self._update_value_info_for_output(node)
self._update_value_info_for_input(node)
self._update_value_info_for_graph_output()

self._update_value_info_for_graph_output()

def _fill_static_tensor_name_to_proto(self):
"""
Expand Down

0 comments on commit 46934c1

Please sign in to comment.