Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.lax.reduce_and

Contents

jax.lax.reduce_and#

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

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

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

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

Returns:

An array of the same dtype asoperand, with shape correspondingto the dimensions ofoperand.shape withaxes removed.

Return type:

Array

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp