jax.numpy.logical_or#
- jax.numpy.logical_or = <jnp.ufunc 'logical_or'>#
计算逐元素的逻辑或运算。
JAX implementation of
numpy.logical_or
. This is a universal function, and supports the additional APIs described atjax.numpy.ufunc
.- 参数:
x – 输入数组。必须能够广播到相同的形状。
y – 输入数组。必须能够广播到相同的形状。
args (ArrayLike)
out (None)
where (None)
- 返回:
包含元素逐位逻辑或结果的数组。
- 返回类型:
Any