Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiics committed Jan 9, 2020
1 parent 92d6b83 commit 5d55be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def asobject(self):
return _make._OpNE(self.a, self.b)


class PrimExpr(ExprOp, NodeBase):
class PrimExpr(ExprOp, Object):
"""Base class of all tvm Expressions"""
# In Python3, We have to explicitly tell interpreter to retain __hash__ if we overide __eq__
# https://docs.python.org/3.1/reference/datamodel.html#object.__hash__
Expand Down

0 comments on commit 5d55be4

Please sign in to comment.