Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.ops module

jax.ops module#

The functionsjax.ops.index_update,jax.ops.index_add, etc., which weredeprecated in JAX 0.2.22, have been removed. Please use thejax.numpy.ndarray.at property on JAX arrays instead.

Segment reduction operators#

segment_max(data, segment_ids[, ...])

Computes the maximum within segments of an array.

segment_min(data, segment_ids[, ...])

Computes the minimum within segments of an array.

segment_prod(data, segment_ids[, ...])

Computes the product within segments of an array.

segment_sum(data, segment_ids[, ...])

Computes the sum within segments of an array.


[8]ページ先頭

©2009-2025 Movatter.jp