This commit is contained in:
Awni Hannun
2023-12-05 12:10:03 -08:00
committed by CircleCI Docs
parent e09a97e24e
commit 13e8d87a88
551 changed files with 115005 additions and 25929 deletions

View File

@@ -0,0 +1,45 @@
.. _array:
Array
=====
.. currentmodule:: mlx.core
.. autosummary::
:toctree: _autosummary
array
array.astype
array.item
array.tolist
array.dtype
array.ndim
array.shape
array.size
Dtype
array.abs
array.all
array.any
array.argmax
array.argmin
array.cos
array.dtype
array.exp
array.log
array.log1p
array.logsumexp
array.max
array.mean
array.min
array.prod
array.reciprocal
array.reshape
array.rsqrt
array.sin
array.split
array.sqrt
array.square
array.sum
array.transpose
array.T
array.var