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