Skip to content

Commit

Permalink
fix: misc git errors related to function redefinition (#22707)
Browse files Browse the repository at this point in the history
  • Loading branch information
he11owthere authored Aug 31, 2023
1 parent ca35d22 commit 79ab5c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ivy/functional/frontends/torch/tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,6 @@ def floor(self, *, out=None):
def not_equal(self, other, *, out=None):
return torch_frontend.not_equal(self, other, out=out)

ne = not_equal

def equal(self, other):
return torch_frontend.equal(self, other)

Expand Down

0 comments on commit 79ab5c8

Please sign in to comment.