Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Change-Id: I9b8b9df3af27023f60ef4934a918d40140a9534f
  • Loading branch information
lhutton1 committed Dec 6, 2021
1 parent 3a088df commit d785a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/relay/backend/contrib/ethosu/legalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,6 @@ def transform_module(
mod = LegalizeReshape()(mod)
mod = LegalizeStridedSlice()(mod)
mod = LegalizeNoOps()(mod)
print(mod)
return mod

def __call__(self, *args, **kwargs):
Expand Down

0 comments on commit d785a16

Please sign in to comment.