Skip to content

Commit

Permalink
Update jaten.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Oct 8, 2024
1 parent 0f8d8df commit 8b2b650
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions experimental/torch_xla2/torch_xla2/ops/jaten.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ def _aten_cauchy_(x, median=0, sigma=1):
return x.at[:].set(samples)


# aten.trunc
@op(torch.ops.aten.trunc)
def _aten_trunc(x):
return jnp.trunc(x)


# aten.complex
@op(torch.ops.aten.complex)
def _aten_complex(real, imag):
Expand Down

0 comments on commit 8b2b650

Please sign in to comment.