Skip to content

Commit

Permalink
[array api] remove redundant definitions for clip() & hypot()
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Jul 30, 2024
1 parent b996612 commit a825a9f
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 a825a9f

Please sign in to comment.