Skip to content

Commit

Permalink
Merge pull request #22766 from jakevdp:array-api-cleanup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 657775853
  • Loading branch information
jax authors committed Jul 30, 2024
2 parents 9c669a7 + 1259322 commit 7583cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
7 changes: 2 additions & 5 deletions jax/experimental/array_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
broadcast_to as broadcast_to,
can_cast as can_cast,
ceil as ceil,
clip as clip,
complex128 as complex128,
complex64 as complex64,
concat as concat,
Expand Down Expand Up @@ -100,6 +101,7 @@
full_like as full_like,
greater as greater,
greater_equal as greater_equal,
hypot as hypot,
iinfo as iinfo,
imag as imag,
inf as inf,
Expand Down Expand Up @@ -195,8 +197,3 @@
from jax.experimental.array_api._data_type_functions import (
astype as astype,
)

from jax.experimental.array_api._elementwise_functions import (
clip as clip,
hypot as hypot,
)
48 changes: 0 additions & 48 deletions jax/experimental/array_api/_elementwise_functions.py

This file was deleted.

0 comments on commit 7583cbb

Please sign in to comment.