A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.jax.dev/en/latest/_autosummary/jax.lax.reduce_xor.html below:

jax.lax.reduce_xor — JAX documentation

jax.lax.reduce_xor#
jax.lax.reduce_xor(operand, axes)[source]#

Compute the bitwise XOR of elements over one or more array axes.

Parameters:
  • operand (ArrayLike) – array over which to compute the reduction. Must have boolean or integer dtype.

  • axes (Sequence[int]) – sequence of zero or more unique integers specifying the axes over which to reduce. Each entry must satisfy 0 <= axis < operand.ndim.

Returns:

An array of the same dtype as operand, with shape corresponding to the dimensions of operand.shape with axes removed.

Return type:

Array


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3