Skip to content

Commit

Permalink
add 'exp' to the list of glb name to be annotated
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Nov 22, 2023
1 parent 5deea43 commit b99e4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam/onyx/parse_dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ def duplicate_graph(self, tensor, factor, output='x'):
def annotate_IO_nodes(self):
original_nodes = self.graph.get_nodes()
output_nodes = ['x', 'X']
input_nodes = ['c', 'C', 'b', 'B', 'd', 'D', 'e', 'E', 'f', 'F']
input_nodes = ['c', 'C', 'b', 'B', 'd', 'D', 'e', 'E', 'f', 'F', 'exp']
exclude_nodes = ['b', 'B']
for node in original_nodes:
node_attrs = node.get_attributes()
Expand Down

0 comments on commit b99e4a2

Please sign in to comment.