Skip to content

Commit

Permalink
remove unnecessary torch.Tensor.mul override
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Ainsworth committed Nov 7, 2023
1 parent 1446b83 commit 97b9722
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torch2jax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ def fn(*args, **kwargs):
connect(torch.tanh, jnp.tanh)
connect(torch.transpose, jnp.swapaxes)

connect(torch.Tensor.mul, jnp.multiply)


@implements(torch.cat)
def cat(tensors, dim=0):
Expand Down

0 comments on commit 97b9722

Please sign in to comment.