Skip to content

Commit

Permalink
Aesthetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nghielme committed Nov 8, 2024
1 parent cd69110 commit 7747a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qonnx/transformation/remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def apply(self, model):
model = model.transform(InferShapes())
return (model, graph_modified)


class RemoveSuccessiveIdenticalQuant(Transformation):
def apply(self, model):
graph = model.graph
Expand All @@ -158,4 +159,3 @@ def apply(self, model):
if init_node == init_succ:
remove_node_and_rewire(model, n)
return (model, graph_modified)

0 comments on commit 7747a6d

Please sign in to comment.