jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
where
Function where
where
(
cond
:
ArrayLike
,
x
:
ArrayLike
,
y
:
ArrayLike
)
:
Array
Element-wise ternary operator, evaluates to
x
if cond else
y
.
Parameters
cond
:
ArrayLike
x
:
ArrayLike
y
:
ArrayLike
Returns
Array
jax-js
Loading...
Element-wise ternary operator, evaluates to
xif cond elsey.