Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 authored Sep 20, 2023
1 parent 8bda871 commit 72a5bc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tinynn/converter/operators/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,6 @@ def optimize(self):
self.fuse_simple_reshape_pass()

# Branch transpose & reshape cleanup
# return
for i in range(11):
t_count = self.elementwise_op_transpose_passthrough_pass()
self.branch_transpose_expand_pass()
Expand All @@ -3290,7 +3289,6 @@ def optimize(self):
self.fuse_simple_reshape_pass()

c_count = self.elementwise_reshape_transpose_passthrough_pass()
# return
self.branch_transpose_expand_pass()
self.fuse_simple_transpose_pass()

Expand Down

0 comments on commit 72a5bc2

Please sign in to comment.