Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.Array.mean

Contents

jax.Array.mean#

abstractArray.mean(axis=None,dtype=None,out=None,keepdims=False,*,where=None)[source]#

Return the mean of array elements along a given axis.

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

Parameters:
  • self (Array)

  • axis (reductions.Axis)

  • dtype (DTypeLike |None)

  • out (None)

  • keepdims (bool)

  • where (ArrayLike |None)

Return type:

Array

Contents

[8]ページ先頭

©2009-2025 Movatter.jp