Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Apr 28, 2019
1 parent 7cb1724 commit b278a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class OpPattern(object):
# Complex op, can still fuse ewise into it
OUT_ELEMWISE_FUSABLE = 4
# Represents tuple node
TUPLE = 2
TUPLE = 7
# Not fusable opaque op
OPAQUE = 8

Expand Down

0 comments on commit b278a74

Please sign in to comment.