Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.Array.argsort

jax.Array.argsort#

abstractArray.argsort(axis=-1,*,kind=None,order=None,stable=True,descending=False)[source]#

Return the indices that sort the array.

Refer tojax.numpy.argsort() for the full documentation.

Parameters:
  • self (Array)

  • axis (int |None)

  • kind (None)

  • order (None)

  • stable (bool)

  • descending (bool)

Return type:

Array


[8]ページ先頭

©2009-2025 Movatter.jp