mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 10:26:56 +08:00
docs up
This commit is contained in:

committed by
CircleCI Docs

parent
2aeb6df29c
commit
7534da7269
@@ -62,6 +62,7 @@
|
||||
.. autosummary::
|
||||
|
||||
~array.T
|
||||
~array.at
|
||||
~array.dtype
|
||||
~array.itemsize
|
||||
~array.nbytes
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.divmod.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.divmod.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.divmod
|
||||
===============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: divmod
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.inner.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.inner.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.inner
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: inner
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.logical_and.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.logical_and.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.logical\_and
|
||||
=====================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: logical_and
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.logical_or.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.logical_or.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.logical\_or
|
||||
====================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: logical_or
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.outer.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.outer.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.outer
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: outer
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.save_gguf.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.save_gguf.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.save\_gguf
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: save_gguf
|
@@ -29,9 +29,9 @@ The default floating point type is ``float32`` and the default integer type is
|
||||
* - ``uint32``
|
||||
- 4
|
||||
- 32-bit unsigned integer
|
||||
* - ``uint32``
|
||||
* - ``uint64``
|
||||
- 8
|
||||
- 32-bit unsigned integer
|
||||
- 64-bit unsigned integer
|
||||
* - ``int8``
|
||||
- 1
|
||||
- 8-bit signed integer
|
||||
|
@@ -0,0 +1,8 @@
|
||||
mlx.nn.losses.cosine\_similarity\_loss
|
||||
======================================
|
||||
|
||||
.. currentmodule:: mlx.nn.losses
|
||||
|
||||
.. autoclass:: cosine_similarity_loss
|
||||
|
||||
|
@@ -19,4 +19,5 @@ Loss Functions
|
||||
triplet_loss
|
||||
hinge_loss
|
||||
huber_loss
|
||||
log_cosh_loss
|
||||
log_cosh_loss
|
||||
cosine_similarity_loss
|
6
docs/build/html/_sources/python/ops.rst
vendored
6
docs/build/html/_sources/python/ops.rst
vendored
@@ -36,6 +36,7 @@ Operations
|
||||
cosh
|
||||
dequantize
|
||||
divide
|
||||
divmod
|
||||
equal
|
||||
erf
|
||||
erfinv
|
||||
@@ -49,6 +50,7 @@ Operations
|
||||
greater
|
||||
greater_equal
|
||||
identity
|
||||
inner
|
||||
less
|
||||
less_equal
|
||||
linspace
|
||||
@@ -59,6 +61,8 @@ Operations
|
||||
log1p
|
||||
logaddexp
|
||||
logical_not
|
||||
logical_and
|
||||
logical_or
|
||||
logsumexp
|
||||
matmul
|
||||
max
|
||||
@@ -71,6 +75,7 @@ Operations
|
||||
negative
|
||||
ones
|
||||
ones_like
|
||||
outer
|
||||
partition
|
||||
pad
|
||||
prod
|
||||
@@ -84,6 +89,7 @@ Operations
|
||||
save
|
||||
savez
|
||||
savez_compressed
|
||||
save_gguf
|
||||
save_safetensors
|
||||
sigmoid
|
||||
sign
|
||||
|
Reference in New Issue
Block a user