This commit is contained in:
CircleCI Docs
2025-01-09 21:56:20 +00:00
parent 04b749a588
commit d8d647015b
2642 changed files with 137687 additions and 70861 deletions

View File

@@ -0,0 +1,6 @@
mlx.core.export\_function
=========================
.. currentmodule:: mlx.core
.. autofunction:: export_function

View File

@@ -0,0 +1,6 @@
mlx.core.export\_to\_dot
========================
.. currentmodule:: mlx.core
.. autofunction:: export_to_dot

View File

@@ -0,0 +1,6 @@
mlx.core.exporter
=================
.. currentmodule:: mlx.core
.. autofunction:: exporter

View File

@@ -0,0 +1,30 @@
mlx.core.finfo
==============
.. currentmodule:: mlx.core
.. autoclass:: finfo
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~finfo.__init__
.. rubric:: Attributes
.. autosummary::
~finfo.dtype
~finfo.max
~finfo.min

View File

@@ -0,0 +1,6 @@
mlx.core.import\_function
=========================
.. currentmodule:: mlx.core
.. autofunction:: import_function

View File

@@ -0,0 +1,6 @@
mlx.core.kron
=============
.. currentmodule:: mlx.core
.. autofunction:: kron

View File

@@ -0,0 +1,6 @@
mlx.core.slice
==============
.. currentmodule:: mlx.core
.. autofunction:: slice

View File

@@ -0,0 +1,6 @@
mlx.core.slice\_update
======================
.. currentmodule:: mlx.core
.. autofunction:: slice_update

View File

@@ -0,0 +1,6 @@
mlx.core.unflatten
==================
.. currentmodule:: mlx.core
.. autofunction:: unflatten

View File

@@ -66,3 +66,4 @@ documentation for more information. Use :func:`issubdtype` to determine if one
Dtype
DtypeCategory
issubdtype
finfo

View File

@@ -0,0 +1,14 @@
.. _export:
Export Functions
================
.. currentmodule:: mlx.core
.. autosummary::
:toctree: _autosummary
export_function
import_function
exporter
export_to_dot

View File

@@ -89,6 +89,7 @@ Operations
isneginf
isposinf
issubdtype
kron
left_shift
less
less_equal
@@ -144,6 +145,8 @@ Operations
sign
sin
sinh
slice
slice_update
softmax
sort
split
@@ -168,6 +171,7 @@ Operations
tri
tril
triu
unflatten
var
view
where