Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Jan 11, 2022
1 parent adca2ca commit 53f0794
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/tvm/relay/frontend/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2856,10 +2856,6 @@ def dot(self, inputs, _):
lhs, rhs = inputs
return _op.sum(_op.multiply(lhs, rhs))

def dot(self, inputs, _):
lhs, rhs = inputs
return _op.sum(_op.multiply(lhs, rhs))

def mv(self, inputs, _):
lhs, rhs = inputs

Expand Down

0 comments on commit 53f0794

Please sign in to comment.