Skip to content

Commit

Permalink
Merge pull request #22794 from jakevdp:array-api-astype
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658456484
  • Loading branch information
jax authors committed Aug 1, 2024
2 parents 06ffa70 + c24f209 commit b3924da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
5 changes: 1 addition & 4 deletions jax/experimental/array_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
asarray as asarray,
asin as asin,
asinh as asinh,
astype as astype,
atan as atan,
atan2 as atan2,
atanh as atanh,
Expand Down Expand Up @@ -190,7 +191,3 @@
zeros as zeros,
zeros_like as zeros_like,
)

from jax.experimental.array_api._data_type_functions import (
astype as astype,
)
37 changes: 0 additions & 37 deletions jax/experimental/array_api/_data_type_functions.py

This file was deleted.

0 comments on commit b3924da

Please sign in to comment.