This commit is contained in:
Awni Hannun
2023-11-29 12:41:56 -08:00
committed by CircleCI Docs
parent 4bce5f9b2d
commit a372a3844d
440 changed files with 66856 additions and 0 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