2023-12-06 04:10:03 +08:00
2023-11-30 04:41:56 +08:00
<!DOCTYPE html>
2023-12-06 04:10:03 +08:00
2024-03-31 08:32:20 +08:00
< html lang = "en" data-content_root = "./" >
2023-12-06 04:10:03 +08:00
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2024-06-07 11:28:06 +08:00
< title > Index — MLX 0.15.0 documentation< / title >
2023-12-06 04:10:03 +08:00
< script data-cfasync = "false" >
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
document.documentElement.dataset.theme = localStorage.getItem("theme") || "light";
< / script >
<!-- Loaded before other Sphinx assets -->
< link href = "_static/styles/theme.css?digest=5b4479735964841361fd" rel = "stylesheet" / >
< link href = "_static/styles/bootstrap.css?digest=5b4479735964841361fd" rel = "stylesheet" / >
< link href = "_static/styles/pydata-sphinx-theme.css?digest=5b4479735964841361fd" rel = "stylesheet" / >
< link href = "_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=5b4479735964841361fd" rel = "stylesheet" / >
< link rel = "preload" as = "font" type = "font/woff2" crossorigin href = "_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" / >
< link rel = "preload" as = "font" type = "font/woff2" crossorigin href = "_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" / >
< link rel = "preload" as = "font" type = "font/woff2" crossorigin href = "_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" / >
2024-03-31 08:32:20 +08:00
< link rel = "stylesheet" type = "text/css" href = "_static/pygments.css?v=fa44fd50" / >
< link rel = "stylesheet" type = "text/css" href = "_static/styles/sphinx-book-theme.css?v=384b581d" / >
2023-12-06 04:10:03 +08:00
<!-- Pre - loaded scripts that we'll load fully later -->
< link rel = "preload" as = "script" href = "_static/scripts/bootstrap.js?digest=5b4479735964841361fd" / >
< link rel = "preload" as = "script" href = "_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd" / >
< script src = "_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=5b4479735964841361fd" > < / script >
2024-06-07 11:28:06 +08:00
< script src = "_static/documentation_options.js?v=7276bfb7" > < / script >
2024-03-31 08:32:20 +08:00
< script src = "_static/doctools.js?v=888ff710" > < / script >
< script src = "_static/sphinx_highlight.js?v=dc90522c" > < / script >
< script src = "_static/scripts/sphinx-book-theme.js?v=efea14e4" > < / script >
2023-12-06 04:10:03 +08:00
< script > DOCUMENTATION _OPTIONS . pagename = 'genindex' ; < / script >
2023-11-30 04:41:56 +08:00
< link rel = "index" title = "Index" href = "#" / >
2023-12-06 04:10:03 +08:00
< link rel = "search" title = "Search" href = "search.html" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "docsearch:language" content = "en" / >
< / head >
< body data-bs-spy = "scroll" data-bs-target = ".bd-toc-nav" data-offset = "180" data-bs-root-margin = "0px 0px -60%" data-default-mode = "" >
< a class = "skip-link" href = "#main-content" > Skip to main content< / a >
< div id = "pst-scroll-pixel-helper" > < / div >
< button type = "button" class = "btn rounded-pill" id = "pst-back-to-top" >
< i class = "fa-solid fa-arrow-up" > < / i >
Back to top
< / button >
< input type = "checkbox"
class="sidebar-toggle"
name="__primary"
id="__primary"/>
< label class = "overlay overlay-primary" for = "__primary" > < / label >
< input type = "checkbox"
class="sidebar-toggle"
name="__secondary"
id="__secondary"/>
< label class = "overlay overlay-secondary" for = "__secondary" > < / label >
< div class = "search-button__wrapper" >
< div class = "search-button__overlay" > < / div >
< div class = "search-button__search-container" >
< form class = "bd-search d-flex align-items-center"
action="search.html"
method="get">
< i class = "fa-solid fa-magnifying-glass" > < / i >
< input type = "search"
class="form-control"
name="q"
id="search-input"
placeholder="Search..."
aria-label="Search..."
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"/>
< span class = "search-button__kbd-shortcut" > < kbd class = "kbd-shortcut__modifier" > Ctrl< / kbd > +< kbd > K< / kbd > < / span >
< / form > < / div >
< / div >
< nav class = "bd-header navbar navbar-expand-lg bd-navbar" >
< / nav >
< div class = "bd-container" >
< div class = "bd-container__inner bd-page-width" >
< div class = "bd-sidebar-primary bd-sidebar" >
< div class = "sidebar-header-items sidebar-primary__section" >
< / div >
< div class = "sidebar-primary-items__start sidebar-primary__section" >
< div class = "sidebar-primary-item" >
< a class = "navbar-brand logo" href = "index.html" >
2024-06-07 11:28:06 +08:00
< img src = "_static/mlx_logo.png" class = "logo__image only-light" alt = "MLX 0.15.0 documentation - Home" / >
< script > document . write ( ` <img src="_static/mlx_logo_dark.png" class="logo__image only-dark" alt="MLX 0.15.0 documentation - Home"/> ` ) ; < / script >
2023-12-06 04:10:03 +08:00
< / a > < / div >
2024-03-31 08:32:20 +08:00
< div class = "sidebar-primary-item" >
< script >
document.write(`
< button class = "btn navbar-btn search-button-field search-button__button" title = "Search" aria-label = "Search" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< i class = "fa-solid fa-magnifying-glass" > < / i >
< span class = "search-button__default-text" > Search< / span >
< span class = "search-button__kbd-shortcut" > < kbd class = "kbd-shortcut__modifier" > Ctrl< / kbd > +< kbd class = "kbd-shortcut__modifier" > K< / kbd > < / span >
< / button >
`);
< / script > < / div >
< div class = "sidebar-primary-item" > < nav class = "bd-links bd-docs-nav" aria-label = "Main" >
2023-12-06 04:10:03 +08:00
< div class = "bd-toc-item navbar-nav active" >
< p aria-level = "2" class = "caption" role = "heading" > < span class = "caption-text" > Install< / span > < / p >
< ul class = "nav bd-sidenav" >
2023-11-30 04:41:56 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "install.html" > Build and Install< / a > < / li >
< / ul >
2023-12-06 04:10:03 +08:00
< p aria-level = "2" class = "caption" role = "heading" > < span class = "caption-text" > Usage< / span > < / p >
< ul class = "nav bd-sidenav" >
2024-01-06 21:41:48 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/quick_start.html" > Quick Start Guide< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/lazy_evaluation.html" > Lazy Evaluation< / a > < / li >
2024-01-06 21:41:48 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/unified_memory.html" > Unified Memory< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/indexing.html" > Indexing Arrays< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/saving_and_loading.html" > Saving and Loading Arrays< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/function_transforms.html" > Function Transforms< / a > < / li >
2024-02-09 04:44:23 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/compile.html" > Compilation< / a > < / li >
2024-01-06 21:41:48 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/numpy.html" > Conversion to NumPy and Other Frameworks< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/distributed.html" > Distributed Communication< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "usage/using_streams.html" > Using Streams< / a > < / li >
2023-11-30 04:41:56 +08:00
< / ul >
2023-12-06 04:10:03 +08:00
< p aria-level = "2" class = "caption" role = "heading" > < span class = "caption-text" > Examples< / span > < / p >
< ul class = "nav bd-sidenav" >
2023-11-30 04:41:56 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "examples/linear_regression.html" > Linear Regression< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "examples/mlp.html" > Multi-Layer Perceptron< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "examples/llama-inference.html" > LLM inference< / a > < / li >
< / ul >
2023-12-06 04:10:03 +08:00
< p aria-level = "2" class = "caption" role = "heading" > < span class = "caption-text" > Python API Reference< / span > < / p >
< ul class = "nav bd-sidenav" >
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/array.html" > Array< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-1" name = "toctree-checkbox-1" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-1" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.html" > mlx.core.array< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.astype.html" > mlx.core.array.astype< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.at.html" > mlx.core.array.at< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.item.html" > mlx.core.array.item< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.tolist.html" > mlx.core.array.tolist< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.dtype.html" > mlx.core.array.dtype< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.itemsize.html" > mlx.core.array.itemsize< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.nbytes.html" > mlx.core.array.nbytes< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.ndim.html" > mlx.core.array.ndim< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.shape.html" > mlx.core.array.shape< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.size.html" > mlx.core.array.size< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.abs.html" > mlx.core.array.abs< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.all.html" > mlx.core.array.all< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.any.html" > mlx.core.array.any< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.argmax.html" > mlx.core.array.argmax< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.argmin.html" > mlx.core.array.argmin< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.cos.html" > mlx.core.array.cos< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.cummax.html" > mlx.core.array.cummax< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.cummin.html" > mlx.core.array.cummin< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.cumprod.html" > mlx.core.array.cumprod< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.cumsum.html" > mlx.core.array.cumsum< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.diag.html" > mlx.core.array.diag< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.diagonal.html" > mlx.core.array.diagonal< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.exp.html" > mlx.core.array.exp< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.flatten.html" > mlx.core.array.flatten< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.log.html" > mlx.core.array.log< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.log10.html" > mlx.core.array.log10< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.log1p.html" > mlx.core.array.log1p< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.log2.html" > mlx.core.array.log2< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.logsumexp.html" > mlx.core.array.logsumexp< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.max.html" > mlx.core.array.max< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.mean.html" > mlx.core.array.mean< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.min.html" > mlx.core.array.min< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.moveaxis.html" > mlx.core.array.moveaxis< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.prod.html" > mlx.core.array.prod< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.reciprocal.html" > mlx.core.array.reciprocal< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.reshape.html" > mlx.core.array.reshape< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.round.html" > mlx.core.array.round< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.rsqrt.html" > mlx.core.array.rsqrt< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.sin.html" > mlx.core.array.sin< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.split.html" > mlx.core.array.split< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.sqrt.html" > mlx.core.array.sqrt< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.square.html" > mlx.core.array.square< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.squeeze.html" > mlx.core.array.squeeze< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.swapaxes.html" > mlx.core.array.swapaxes< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.sum.html" > mlx.core.array.sum< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.transpose.html" > mlx.core.array.transpose< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.T.html" > mlx.core.array.T< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array.var.html" > mlx.core.array.var< / a > < / li >
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/data_types.html" > Data Types< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-2" name = "toctree-checkbox-2" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-2" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.Dtype.html" > mlx.core.Dtype< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.DtypeCategory.html" > mlx.core.DtypeCategory< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.issubdtype.html" > mlx.core.issubdtype< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/devices_and_streams.html" > Devices and Streams< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-3" name = "toctree-checkbox-3" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-3" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.Device.html" > mlx.core.Device< / a > < / li >
2024-02-18 05:25:37 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/stream_class.html" > mlx.core.Stream< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.default_device.html" > mlx.core.default_device< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.set_default_device.html" > mlx.core.set_default_device< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.default_stream.html" > mlx.core.default_stream< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.new_stream.html" > mlx.core.new_stream< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.set_default_stream.html" > mlx.core.set_default_stream< / a > < / li >
2024-02-18 05:25:37 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.stream.html" > mlx.core.stream< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.synchronize.html" > mlx.core.synchronize< / a > < / li >
2023-12-06 04:10:03 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/ops.html" > Operations< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-4" name = "toctree-checkbox-4" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-4" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.abs.html" > mlx.core.abs< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.add.html" > mlx.core.add< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.addmm.html" > mlx.core.addmm< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.all.html" > mlx.core.all< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.allclose.html" > mlx.core.allclose< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.any.html" > mlx.core.any< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arange.html" > mlx.core.arange< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arccos.html" > mlx.core.arccos< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arccosh.html" > mlx.core.arccosh< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arcsin.html" > mlx.core.arcsin< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arcsinh.html" > mlx.core.arcsinh< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arctan.html" > mlx.core.arctan< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arctan2.html" > mlx.core.arctan2< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.arctanh.html" > mlx.core.arctanh< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.argmax.html" > mlx.core.argmax< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.argmin.html" > mlx.core.argmin< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.argpartition.html" > mlx.core.argpartition< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.argsort.html" > mlx.core.argsort< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.array_equal.html" > mlx.core.array_equal< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.as_strided.html" > mlx.core.as_strided< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.atleast_1d.html" > mlx.core.atleast_1d< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.atleast_2d.html" > mlx.core.atleast_2d< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.atleast_3d.html" > mlx.core.atleast_3d< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.bitwise_and.html" > mlx.core.bitwise_and< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.bitwise_or.html" > mlx.core.bitwise_or< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.bitwise_xor.html" > mlx.core.bitwise_xor< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.block_masked_mm.html" > mlx.core.block_masked_mm< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.broadcast_to.html" > mlx.core.broadcast_to< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.ceil.html" > mlx.core.ceil< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.clip.html" > mlx.core.clip< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.concatenate.html" > mlx.core.concatenate< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.conj.html" > mlx.core.conj< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.conjugate.html" > mlx.core.conjugate< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.convolve.html" > mlx.core.convolve< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.conv1d.html" > mlx.core.conv1d< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.conv2d.html" > mlx.core.conv2d< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.conv_general.html" > mlx.core.conv_general< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.cos.html" > mlx.core.cos< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.cosh.html" > mlx.core.cosh< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.cummax.html" > mlx.core.cummax< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.cummin.html" > mlx.core.cummin< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.cumprod.html" > mlx.core.cumprod< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.cumsum.html" > mlx.core.cumsum< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.degrees.html" > mlx.core.degrees< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.dequantize.html" > mlx.core.dequantize< / a > < / li >
2024-02-02 05:08:29 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.diag.html" > mlx.core.diag< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.diagonal.html" > mlx.core.diagonal< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.divide.html" > mlx.core.divide< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.divmod.html" > mlx.core.divmod< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.equal.html" > mlx.core.equal< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.erf.html" > mlx.core.erf< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.erfinv.html" > mlx.core.erfinv< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.exp.html" > mlx.core.exp< / a > < / li >
2024-04-12 08:33:33 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.expm1.html" > mlx.core.expm1< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.expand_dims.html" > mlx.core.expand_dims< / a > < / li >
2023-12-14 06:46:24 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.eye.html" > mlx.core.eye< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.flatten.html" > mlx.core.flatten< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.floor.html" > mlx.core.floor< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.floor_divide.html" > mlx.core.floor_divide< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.full.html" > mlx.core.full< / a > < / li >
2024-05-24 12:11:24 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.gather_mm.html" > mlx.core.gather_mm< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.gather_qmm.html" > mlx.core.gather_qmm< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.greater.html" > mlx.core.greater< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.greater_equal.html" > mlx.core.greater_equal< / a > < / li >
2023-12-14 06:46:24 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.identity.html" > mlx.core.identity< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.inner.html" > mlx.core.inner< / a > < / li >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.isclose.html" > mlx.core.isclose< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.isinf.html" > mlx.core.isinf< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.isnan.html" > mlx.core.isnan< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.isneginf.html" > mlx.core.isneginf< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.isposinf.html" > mlx.core.isposinf< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.issubdtype.html" > mlx.core.issubdtype< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.left_shift.html" > mlx.core.left_shift< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.less.html" > mlx.core.less< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.less_equal.html" > mlx.core.less_equal< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.linspace.html" > mlx.core.linspace< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.load.html" > mlx.core.load< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.log.html" > mlx.core.log< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.log2.html" > mlx.core.log2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.log10.html" > mlx.core.log10< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.log1p.html" > mlx.core.log1p< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.logaddexp.html" > mlx.core.logaddexp< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.logical_not.html" > mlx.core.logical_not< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.logical_and.html" > mlx.core.logical_and< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.logical_or.html" > mlx.core.logical_or< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.logsumexp.html" > mlx.core.logsumexp< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.matmul.html" > mlx.core.matmul< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.max.html" > mlx.core.max< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.maximum.html" > mlx.core.maximum< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.mean.html" > mlx.core.mean< / a > < / li >
2024-04-12 08:33:33 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.meshgrid.html" > mlx.core.meshgrid< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.min.html" > mlx.core.min< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.minimum.html" > mlx.core.minimum< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.moveaxis.html" > mlx.core.moveaxis< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.multiply.html" > mlx.core.multiply< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.negative.html" > mlx.core.negative< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.not_equal.html" > mlx.core.not_equal< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.ones.html" > mlx.core.ones< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.ones_like.html" > mlx.core.ones_like< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.outer.html" > mlx.core.outer< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.partition.html" > mlx.core.partition< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.pad.html" > mlx.core.pad< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.power.html" > mlx.core.power< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.prod.html" > mlx.core.prod< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.quantize.html" > mlx.core.quantize< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.quantized_matmul.html" > mlx.core.quantized_matmul< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.radians.html" > mlx.core.radians< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.reciprocal.html" > mlx.core.reciprocal< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.remainder.html" > mlx.core.remainder< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.repeat.html" > mlx.core.repeat< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.reshape.html" > mlx.core.reshape< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.right_shift.html" > mlx.core.right_shift< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.round.html" > mlx.core.round< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.rsqrt.html" > mlx.core.rsqrt< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.save.html" > mlx.core.save< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.savez.html" > mlx.core.savez< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.savez_compressed.html" > mlx.core.savez_compressed< / a > < / li >
2024-01-11 06:14:38 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.save_gguf.html" > mlx.core.save_gguf< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.save_safetensors.html" > mlx.core.save_safetensors< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.sigmoid.html" > mlx.core.sigmoid< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.sign.html" > mlx.core.sign< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.sin.html" > mlx.core.sin< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.sinh.html" > mlx.core.sinh< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.softmax.html" > mlx.core.softmax< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.sort.html" > mlx.core.sort< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.split.html" > mlx.core.split< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.sqrt.html" > mlx.core.sqrt< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.square.html" > mlx.core.square< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.squeeze.html" > mlx.core.squeeze< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.stack.html" > mlx.core.stack< / a > < / li >
2024-04-12 08:33:33 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.std.html" > mlx.core.std< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.stop_gradient.html" > mlx.core.stop_gradient< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.subtract.html" > mlx.core.subtract< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.sum.html" > mlx.core.sum< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.swapaxes.html" > mlx.core.swapaxes< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.take.html" > mlx.core.take< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.take_along_axis.html" > mlx.core.take_along_axis< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.tan.html" > mlx.core.tan< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.tanh.html" > mlx.core.tanh< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.tensordot.html" > mlx.core.tensordot< / a > < / li >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.tile.html" > mlx.core.tile< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.topk.html" > mlx.core.topk< / a > < / li >
2024-05-24 12:11:24 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.trace.html" > mlx.core.trace< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.transpose.html" > mlx.core.transpose< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.tri.html" > mlx.core.tri< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.tril.html" > mlx.core.tril< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.triu.html" > mlx.core.triu< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.var.html" > mlx.core.var< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.view.html" > mlx.core.view< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.where.html" > mlx.core.where< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.zeros.html" > mlx.core.zeros< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.zeros_like.html" > mlx.core.zeros_like< / a > < / li >
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/random.html" > Random< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-5" name = "toctree-checkbox-5" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-5" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.bernoulli.html" > mlx.core.random.bernoulli< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.categorical.html" > mlx.core.random.categorical< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.gumbel.html" > mlx.core.random.gumbel< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.key.html" > mlx.core.random.key< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.normal.html" > mlx.core.random.normal< / a > < / li >
2024-04-12 08:33:33 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.multivariate_normal.html" > mlx.core.random.multivariate_normal< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.randint.html" > mlx.core.random.randint< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.seed.html" > mlx.core.random.seed< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.split.html" > mlx.core.random.split< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.truncated_normal.html" > mlx.core.random.truncated_normal< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.random.uniform.html" > mlx.core.random.uniform< / a > < / li >
2023-12-06 04:10:03 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/transforms.html" > Transforms< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-6" name = "toctree-checkbox-6" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-6" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.eval.html" > mlx.core.eval< / a > < / li >
2024-02-09 04:44:23 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.compile.html" > mlx.core.compile< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.disable_compile.html" > mlx.core.disable_compile< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.enable_compile.html" > mlx.core.enable_compile< / a > < / li >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.grad.html" > mlx.core.grad< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.value_and_grad.html" > mlx.core.value_and_grad< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.jvp.html" > mlx.core.jvp< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.vjp.html" > mlx.core.vjp< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.vmap.html" > mlx.core.vmap< / a > < / li >
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/fast.html" > Fast< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-7" name = "toctree-checkbox-7" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-7" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fast.rms_norm.html" > mlx.core.fast.rms_norm< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fast.layer_norm.html" > mlx.core.fast.layer_norm< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fast.rope.html" > mlx.core.fast.rope< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fast.scaled_dot_product_attention.html" > mlx.core.fast.scaled_dot_product_attention< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/fft.html" > FFT< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-8" name = "toctree-checkbox-8" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-8" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.fft.html" > mlx.core.fft.fft< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.ifft.html" > mlx.core.fft.ifft< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.fft2.html" > mlx.core.fft.fft2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.ifft2.html" > mlx.core.fft.ifft2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.fftn.html" > mlx.core.fft.fftn< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.ifftn.html" > mlx.core.fft.ifftn< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.rfft.html" > mlx.core.fft.rfft< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.irfft.html" > mlx.core.fft.irfft< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.rfft2.html" > mlx.core.fft.rfft2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.irfft2.html" > mlx.core.fft.irfft2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.rfftn.html" > mlx.core.fft.rfftn< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.fft.irfftn.html" > mlx.core.fft.irfftn< / a > < / li >
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/linalg.html" > Linear Algebra< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-9" name = "toctree-checkbox-9" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-9" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.linalg.inv.html" > mlx.core.linalg.inv< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.linalg.norm.html" > mlx.core.linalg.norm< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.linalg.cholesky.html" > mlx.core.linalg.cholesky< / a > < / li >
2024-02-02 05:08:29 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.linalg.qr.html" > mlx.core.linalg.qr< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.linalg.svd.html" > mlx.core.linalg.svd< / a > < / li >
2024-01-04 12:14:05 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/metal.html" > Metal< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-10" name = "toctree-checkbox-10" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-10" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.is_available.html" > mlx.core.metal.is_available< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.device_info.html" > mlx.core.metal.device_info< / a > < / li >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.get_active_memory.html" > mlx.core.metal.get_active_memory< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.get_peak_memory.html" > mlx.core.metal.get_peak_memory< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.reset_peak_memory.html" > mlx.core.metal.reset_peak_memory< / a > < / li >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.get_cache_memory.html" > mlx.core.metal.get_cache_memory< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.set_memory_limit.html" > mlx.core.metal.set_memory_limit< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.set_cache_limit.html" > mlx.core.metal.set_cache_limit< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.clear_cache.html" > mlx.core.metal.clear_cache< / a > < / li >
2024-04-12 08:33:33 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.start_capture.html" > mlx.core.metal.start_capture< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.metal.stop_capture.html" > mlx.core.metal.stop_capture< / a > < / li >
2024-03-15 03:46:45 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/nn.html" > Neural Networks< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-11" name = "toctree-checkbox-11" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-11" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.nn.value_and_grad.html" > mlx.nn.value_and_grad< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.nn.quantize.html" > mlx.nn.quantize< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/nn/module.html" > Module< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-12" name = "toctree-checkbox-12" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-12" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.training.html" > mlx.nn.Module.training< / a > < / li >
2024-02-09 04:44:23 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.state.html" > mlx.nn.Module.state< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.apply.html" > mlx.nn.Module.apply< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.apply_to_modules.html" > mlx.nn.Module.apply_to_modules< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.children.html" > mlx.nn.Module.children< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.eval.html" > mlx.nn.Module.eval< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.filter_and_map.html" > mlx.nn.Module.filter_and_map< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.freeze.html" > mlx.nn.Module.freeze< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.leaf_modules.html" > mlx.nn.Module.leaf_modules< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.load_weights.html" > mlx.nn.Module.load_weights< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.modules.html" > mlx.nn.Module.modules< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.named_modules.html" > mlx.nn.Module.named_modules< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.parameters.html" > mlx.nn.Module.parameters< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.save_weights.html" > mlx.nn.Module.save_weights< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.set_dtype.html" > mlx.nn.Module.set_dtype< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.train.html" > mlx.nn.Module.train< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.trainable_parameters.html" > mlx.nn.Module.trainable_parameters< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.unfreeze.html" > mlx.nn.Module.unfreeze< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.update.html" > mlx.nn.Module.update< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Module.update_modules.html" > mlx.nn.Module.update_modules< / a > < / li >
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/nn/layers.html" > Layers< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-13" name = "toctree-checkbox-13" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-13" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.ALiBi.html" > mlx.nn.ALiBi< / a > < / li >
2024-02-18 05:25:37 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.AvgPool1d.html" > mlx.nn.AvgPool1d< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.AvgPool2d.html" > mlx.nn.AvgPool2d< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.BatchNorm.html" > mlx.nn.BatchNorm< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Conv1d.html" > mlx.nn.Conv1d< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Conv2d.html" > mlx.nn.Conv2d< / a > < / li >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Conv3d.html" > mlx.nn.Conv3d< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Dropout.html" > mlx.nn.Dropout< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Dropout2d.html" > mlx.nn.Dropout2d< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Dropout3d.html" > mlx.nn.Dropout3d< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Embedding.html" > mlx.nn.Embedding< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.GELU.html" > mlx.nn.GELU< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.GLU.html" > mlx.nn.GLU< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.GroupNorm.html" > mlx.nn.GroupNorm< / a > < / li >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.GRU.html" > mlx.nn.GRU< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.HardShrink.html" > mlx.nn.HardShrink< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.HardTanh.html" > mlx.nn.HardTanh< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Hardswish.html" > mlx.nn.Hardswish< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.InstanceNorm.html" > mlx.nn.InstanceNorm< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.LayerNorm.html" > mlx.nn.LayerNorm< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.LeakyReLU.html" > mlx.nn.LeakyReLU< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Linear.html" > mlx.nn.Linear< / a > < / li >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.LSTM.html" > mlx.nn.LSTM< / a > < / li >
2024-02-18 05:25:37 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.MaxPool1d.html" > mlx.nn.MaxPool1d< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.MaxPool2d.html" > mlx.nn.MaxPool2d< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Mish.html" > mlx.nn.Mish< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.MultiHeadAttention.html" > mlx.nn.MultiHeadAttention< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.PReLU.html" > mlx.nn.PReLU< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.QuantizedEmbedding.html" > mlx.nn.QuantizedEmbedding< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.QuantizedLinear.html" > mlx.nn.QuantizedLinear< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.RMSNorm.html" > mlx.nn.RMSNorm< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.ReLU.html" > mlx.nn.ReLU< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.ReLU6.html" > mlx.nn.ReLU6< / a > < / li >
2024-03-15 03:46:45 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.RNN.html" > mlx.nn.RNN< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.RoPE.html" > mlx.nn.RoPE< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.SELU.html" > mlx.nn.SELU< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Sequential.html" > mlx.nn.Sequential< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.SiLU.html" > mlx.nn.SiLU< / a > < / li >
2024-01-04 12:14:05 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.SinusoidalPositionalEncoding.html" > mlx.nn.SinusoidalPositionalEncoding< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Softmin.html" > mlx.nn.Softmin< / a > < / li >
2024-02-02 05:08:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Softshrink.html" > mlx.nn.Softshrink< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Softsign.html" > mlx.nn.Softsign< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Softmax.html" > mlx.nn.Softmax< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Softplus.html" > mlx.nn.Softplus< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Step.html" > mlx.nn.Step< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Tanh.html" > mlx.nn.Tanh< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Transformer.html" > mlx.nn.Transformer< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.Upsample.html" > mlx.nn.Upsample< / a > < / li >
2023-12-06 04:10:03 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/nn/functions.html" > Functions< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-14" name = "toctree-checkbox-14" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-14" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.elu.html" > mlx.nn.elu< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.gelu.html" > mlx.nn.gelu< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.gelu_approx.html" > mlx.nn.gelu_approx< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.gelu_fast_approx.html" > mlx.nn.gelu_fast_approx< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.glu.html" > mlx.nn.glu< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.hard_shrink.html" > mlx.nn.hard_shrink< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.hard_tanh.html" > mlx.nn.hard_tanh< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.hardswish.html" > mlx.nn.hardswish< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.leaky_relu.html" > mlx.nn.leaky_relu< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.log_sigmoid.html" > mlx.nn.log_sigmoid< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.log_softmax.html" > mlx.nn.log_softmax< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.mish.html" > mlx.nn.mish< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.prelu.html" > mlx.nn.prelu< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.relu.html" > mlx.nn.relu< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.relu6.html" > mlx.nn.relu6< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.selu.html" > mlx.nn.selu< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.sigmoid.html" > mlx.nn.sigmoid< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.silu.html" > mlx.nn.silu< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.softmax.html" > mlx.nn.softmax< / a > < / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.softmin.html" > mlx.nn.softmin< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.softplus.html" > mlx.nn.softplus< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.softshrink.html" > mlx.nn.softshrink< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.step.html" > mlx.nn.step< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.tanh.html" > mlx.nn.tanh< / a > < / li >
2023-12-18 05:23:03 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/nn/losses.html" > Loss Functions< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-15" name = "toctree-checkbox-15" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-15" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.binary_cross_entropy.html" > mlx.nn.losses.binary_cross_entropy< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.cosine_similarity_loss.html" > mlx.nn.losses.cosine_similarity_loss< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.cross_entropy.html" > mlx.nn.losses.cross_entropy< / a > < / li >
2024-02-02 05:08:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.gaussian_nll_loss.html" > mlx.nn.losses.gaussian_nll_loss< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.hinge_loss.html" > mlx.nn.losses.hinge_loss< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.huber_loss.html" > mlx.nn.losses.huber_loss< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.kl_div_loss.html" > mlx.nn.losses.kl_div_loss< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.l1_loss.html" > mlx.nn.losses.l1_loss< / a > < / li >
2024-01-18 09:15:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.log_cosh_loss.html" > mlx.nn.losses.log_cosh_loss< / a > < / li >
2024-02-09 04:44:23 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.margin_ranking_loss.html" > mlx.nn.losses.margin_ranking_loss< / a > < / li >
2023-12-18 05:23:03 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.mse_loss.html" > mlx.nn.losses.mse_loss< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.nll_loss.html" > mlx.nn.losses.nll_loss< / a > < / li >
2023-12-22 14:13:41 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.smooth_l1_loss.html" > mlx.nn.losses.smooth_l1_loss< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary_functions/mlx.nn.losses.triplet_loss.html" > mlx.nn.losses.triplet_loss< / a > < / li >
2023-12-18 05:23:03 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/nn/init.html" > Initializers< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-16" name = "toctree-checkbox-16" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-16" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-02-02 05:08:29 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.constant.html" > mlx.nn.init.constant< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.normal.html" > mlx.nn.init.normal< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.uniform.html" > mlx.nn.init.uniform< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.identity.html" > mlx.nn.init.identity< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.glorot_normal.html" > mlx.nn.init.glorot_normal< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.glorot_uniform.html" > mlx.nn.init.glorot_uniform< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.he_normal.html" > mlx.nn.init.he_normal< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/nn/_autosummary/mlx.nn.init.he_uniform.html" > mlx.nn.init.he_uniform< / a > < / li >
2023-12-18 05:23:03 +08:00
< / ul >
< / li >
2024-02-02 05:08:29 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/optimizers.html" > Optimizers< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-17" name = "toctree-checkbox-17" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-17" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/optimizers/optimizer.html" > Optimizer< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-18" name = "toctree-checkbox-18" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-18" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-02-18 05:25:37 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.state.html" > mlx.optimizers.Optimizer.state< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.apply_gradients.html" > mlx.optimizers.Optimizer.apply_gradients< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.init.html" > mlx.optimizers.Optimizer.init< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.update.html" > mlx.optimizers.Optimizer.update< / a > < / li >
2024-02-09 04:44:23 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/optimizers/common_optimizers.html" > Common Optimizers< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-19" name = "toctree-checkbox-19" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-19" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-02-18 05:25:37 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.SGD.html" > mlx.optimizers.SGD< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.RMSprop.html" > mlx.optimizers.RMSprop< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Adagrad.html" > mlx.optimizers.Adagrad< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Adafactor.html" > mlx.optimizers.Adafactor< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.AdaDelta.html" > mlx.optimizers.AdaDelta< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Adam.html" > mlx.optimizers.Adam< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.AdamW.html" > mlx.optimizers.AdamW< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Adamax.html" > mlx.optimizers.Adamax< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.Lion.html" > mlx.optimizers.Lion< / a > < / li >
2023-12-06 04:10:03 +08:00
< / ul >
< / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l2 has-children" > < a class = "reference internal" href = "python/optimizers/schedulers.html" > Schedulers< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-20" name = "toctree-checkbox-20" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-20" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2024-02-18 05:25:37 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.cosine_decay.html" > mlx.optimizers.cosine_decay< / a > < / li >
2024-03-01 04:39:18 +08:00
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.exponential_decay.html" > mlx.optimizers.exponential_decay< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.join_schedules.html" > mlx.optimizers.join_schedules< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.linear_schedule.html" > mlx.optimizers.linear_schedule< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "python/optimizers/_autosummary/mlx.optimizers.step_decay.html" > mlx.optimizers.step_decay< / a > < / li >
2024-02-18 05:25:37 +08:00
< / ul >
< / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.optimizers.clip_grad_norm.html" > mlx.optimizers.clip_grad_norm< / a > < / li >
2024-02-18 05:25:37 +08:00
< / ul >
< / li >
2024-06-07 11:28:06 +08:00
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/distributed.html" > Distributed Communication< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-21" name = "toctree-checkbox-21" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-21" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.distributed.Group.html" > mlx.core.distributed.Group< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.distributed.is_available.html" > mlx.core.distributed.is_available< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.distributed.init.html" > mlx.core.distributed.init< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.distributed.all_sum.html" > mlx.core.distributed.all_sum< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.core.distributed.all_gather.html" > mlx.core.distributed.all_gather< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1 has-children" > < a class = "reference internal" href = "python/tree_utils.html" > Tree Utils< / a > < input class = "toctree-checkbox" id = "toctree-checkbox-22" name = "toctree-checkbox-22" type = "checkbox" / > < label class = "toctree-toggle" for = "toctree-checkbox-22" > < i class = "fa-solid fa-chevron-down" > < / i > < / label > < ul >
2023-12-06 04:10:03 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.utils.tree_flatten.html" > mlx.utils.tree_flatten< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.utils.tree_unflatten.html" > mlx.utils.tree_unflatten< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.utils.tree_map.html" > mlx.utils.tree_map< / a > < / li >
2024-04-26 23:24:09 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.utils.tree_map_with_path.html" > mlx.utils.tree_map_with_path< / a > < / li >
2024-05-10 23:49:36 +08:00
< li class = "toctree-l2" > < a class = "reference internal" href = "python/_autosummary/mlx.utils.tree_reduce.html" > mlx.utils.tree_reduce< / a > < / li >
2023-12-06 04:10:03 +08:00
< / ul >
< / li >
2023-11-30 04:41:56 +08:00
< / ul >
2023-12-06 04:10:03 +08:00
< p aria-level = "2" class = "caption" role = "heading" > < span class = "caption-text" > C++ API Reference< / span > < / p >
< ul class = "nav bd-sidenav" >
2023-11-30 04:41:56 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "cpp/ops.html" > Operations< / a > < / li >
2023-11-30 04:46:18 +08:00
< / ul >
2023-12-06 04:10:03 +08:00
< p aria-level = "2" class = "caption" role = "heading" > < span class = "caption-text" > Further Reading< / span > < / p >
< ul class = "nav bd-sidenav" >
2024-05-21 00:40:17 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/extensions.html" > Custom Extensions in MLX< / a > < / li >
2024-03-31 08:32:20 +08:00
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/metal_debugger.html" > Metal Debugger< / a > < / li >
2023-11-30 04:41:56 +08:00
< / ul >
2023-12-06 04:10:03 +08:00
< / div >
< / nav > < / div >
< / div >
< div class = "sidebar-primary-items__end sidebar-primary__section" >
< / div >
< div id = "rtd-footer-container" > < / div >
2023-11-30 04:41:56 +08:00
< / div >
2023-12-06 04:10:03 +08:00
< main id = "main-content" class = "bd-main" >
< div class = "sbt-scroll-pixel-helper" > < / div >
< div class = "bd-content" >
< div class = "bd-article-container" >
< div class = "bd-header-article" >
< div class = "header-article-items header-article__inner" >
< div class = "header-article-items__start" >
< div class = "header-article-item" > < label class = "sidebar-toggle primary-toggle btn btn-sm" for = "__primary" title = "Toggle primary sidebar" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< span class = "fa-solid fa-bars" > < / span >
< / label > < / div >
< / div >
< div class = "header-article-items__end" >
< div class = "header-article-item" >
< div class = "article-header-buttons" >
< a href = "https://github.com/ml-explore/mlx" target = "_blank"
class="btn btn-sm btn-source-repository-button"
title="Source repository"
data-bs-placement="bottom" data-bs-toggle="tooltip"
>
< span class = "btn__icon-container" >
< i class = "fab fa-github" > < / i >
< / span >
< / a >
< button onclick = "toggleFullScreen()"
class="btn btn-sm btn-fullscreen-button"
title="Fullscreen mode"
data-bs-placement="bottom" data-bs-toggle="tooltip"
>
2023-11-30 04:41:56 +08:00
2023-12-06 04:10:03 +08:00
< span class = "btn__icon-container" >
< i class = "fas fa-expand" > < / i >
< / span >
< / button >
< script >
document.write(`
< button class = "btn btn-sm navbar-btn theme-switch-button" title = "light/dark" aria-label = "light/dark" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< span class = "theme-switch nav-link" data-mode = "light" > < i class = "fa-solid fa-sun fa-lg" > < / i > < / span >
< span class = "theme-switch nav-link" data-mode = "dark" > < i class = "fa-solid fa-moon fa-lg" > < / i > < / span >
< span class = "theme-switch nav-link" data-mode = "auto" > < i class = "fa-solid fa-circle-half-stroke fa-lg" > < / i > < / span >
< / button >
`);
< / script >
< script >
document.write(`
< button class = "btn btn-sm navbar-btn search-button search-button__button" title = "Search" aria-label = "Search" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< i class = "fa-solid fa-magnifying-glass fa-lg" > < / i >
< / button >
`);
< / script >
< / div > < / div >
< / div >
< / div >
< / div >
< div id = "jb-print-docs-body" class = "onlyprint" >
< h1 > < / h1 >
<!-- Table of contents -->
< div id = "print-main-content" >
< div id = "jb-print-toc" >
< / div >
< / div >
2023-11-30 04:41:56 +08:00
< / div >
2023-12-06 04:10:03 +08:00
< div id = "searchbox" > < / div >
< article class = "bd-article" role = "main" >
2023-11-30 04:41:56 +08:00
< h1 id = "index" > Index< / h1 >
< div class = "genindex-jumpbox" >
< a href = "#_" > < strong > _< / strong > < / a >
| < a href = "#A" > < strong > A< / strong > < / a >
| < a href = "#B" > < strong > B< / strong > < / a >
| < a href = "#C" > < strong > C< / strong > < / a >
| < a href = "#D" > < strong > D< / strong > < / a >
| < a href = "#E" > < strong > E< / strong > < / a >
| < a href = "#F" > < strong > F< / strong > < / a >
| < a href = "#G" > < strong > G< / strong > < / a >
2024-01-04 12:14:05 +08:00
| < a href = "#H" > < strong > H< / strong > < / a >
2023-11-30 04:41:56 +08:00
| < a href = "#I" > < strong > I< / strong > < / a >
| < a href = "#J" > < strong > J< / strong > < / a >
| < a href = "#K" > < strong > K< / strong > < / a >
| < a href = "#L" > < strong > L< / strong > < / a >
| < a href = "#M" > < strong > M< / strong > < / a >
| < a href = "#N" > < strong > N< / strong > < / a >
| < a href = "#O" > < strong > O< / strong > < / a >
| < a href = "#P" > < strong > P< / strong > < / a >
2023-12-22 14:13:41 +08:00
| < a href = "#Q" > < strong > Q< / strong > < / a >
2023-11-30 04:41:56 +08:00
| < a href = "#R" > < strong > R< / strong > < / a >
| < a href = "#S" > < strong > S< / strong > < / a >
| < a href = "#T" > < strong > T< / strong > < / a >
| < a href = "#U" > < strong > U< / strong > < / a >
| < a href = "#V" > < strong > V< / strong > < / a >
| < a href = "#W" > < strong > W< / strong > < / a >
| < a href = "#Z" > < strong > Z< / strong > < / a >
< / div >
< h2 id = "_" > _< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.html#mlx.core.array.__init__" > __init__() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.Device.html#mlx.core.Device.__init__" > (Device method)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.Dtype.html#mlx.core.Dtype.__init__" > (Dtype method)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.DtypeCategory.html#mlx.core.DtypeCategory.__init__" > (DtypeCategory method)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.distributed.Group.html#mlx.core.distributed.Group.__init__" > (Group method)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/stream_class.html#mlx.core.Stream.__init__" > (Stream method)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "A" > A< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv43absRK5array14StreamOrDevice" > abs (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.abs.html#mlx.core.array.abs" > abs() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.abs.html#mlx.core.abs" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.AdaDelta.html#mlx.optimizers.AdaDelta" > AdaDelta (class in mlx.optimizers)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Adafactor.html#mlx.optimizers.Adafactor" > Adafactor (class in mlx.optimizers)< / a >
2023-12-18 05:23:03 +08:00
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Adagrad.html#mlx.optimizers.Adagrad" > Adagrad (class in mlx.optimizers)< / a >
2023-12-18 05:23:03 +08:00
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Adam.html#mlx.optimizers.Adam" > Adam (class in mlx.optimizers)< / a >
2023-12-18 05:23:03 +08:00
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Adamax.html#mlx.optimizers.Adamax" > Adamax (class in mlx.optimizers)< / a >
2023-12-18 05:23:03 +08:00
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.AdamW.html#mlx.optimizers.AdamW" > AdamW (class in mlx.optimizers)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43addRK5arrayRK5array14StreamOrDevice" > add (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.add.html#mlx.core.add" > add() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45addmm5array5array5arrayRKfRKf14StreamOrDevice" > addmm (C++ function)< / a >
2024-05-21 00:40:17 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.addmm.html#mlx.core.addmm" > addmm() (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.ALiBi.html#mlx.nn.ALiBi" > ALiBi (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43allRK5array14StreamOrDevice" > all (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43allRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43allRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43allRK5arrayib14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.all.html#mlx.core.array.all" > all() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.all.html#mlx.core.all" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/_autosummary/mlx.core.distributed.all_gather.html#mlx.core.distributed.all_gather" > all_gather() (in module mlx.core.distributed)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.distributed.all_sum.html#mlx.core.distributed.all_sum" > all_sum() (in module mlx.core.distributed)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv48allcloseRK5arrayRK5arrayddb14StreamOrDevice" > allclose (C++ function)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.allclose.html#mlx.core.allclose" > allclose() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43anyRK5array14StreamOrDevice" > any (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43anyRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43anyRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43anyRK5arrayib14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.any.html#mlx.core.array.any" > any() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.any.html#mlx.core.any" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.apply.html#mlx.nn.Module.apply" > apply() (Module method)< / a >
2024-02-09 04:44:23 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.apply_gradients.html#mlx.optimizers.Optimizer.apply_gradients" > apply_gradients() (Optimizer method)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.apply_to_modules.html#mlx.nn.Module.apply_to_modules" > apply_to_modules() (Module method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46aranged14StreamOrDevice" > arange (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv46aranged5Dtype14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv46arangedd14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv46arangedd5Dtype14StreamOrDevice" > [3]< / a > , < a href = "cpp/ops.html#_CPPv46arangeddd14StreamOrDevice" > [4]< / a > , < a href = "cpp/ops.html#_CPPv46arangeddd5Dtype14StreamOrDevice" > [5]< / a > , < a href = "cpp/ops.html#_CPPv46arangei14StreamOrDevice" > [6]< / a > , < a href = "cpp/ops.html#_CPPv46arangeii14StreamOrDevice" > [7]< / a > , < a href = "cpp/ops.html#_CPPv46arangeiii14StreamOrDevice" > [8]< / a >
2024-02-02 05:08:29 +08:00
< / li >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/_autosummary/mlx.core.arange.html#mlx.core.arange" > arange() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46arccosRK5array14StreamOrDevice" > arccos (C++ function)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/_autosummary/mlx.core.arccos.html#mlx.core.arccos" > arccos() (in module mlx.core)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47arccoshRK5array14StreamOrDevice" > arccosh (C++ function)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.arccosh.html#mlx.core.arccosh" > arccosh() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46arcsinRK5array14StreamOrDevice" > arcsin (C++ function)< / a >
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/_autosummary/mlx.core.arcsin.html#mlx.core.arcsin" > arcsin() (in module mlx.core)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47arcsinhRK5array14StreamOrDevice" > arcsinh (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.arcsinh.html#mlx.core.arcsinh" > arcsinh() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46arctanRK5array14StreamOrDevice" > arctan (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.arctan.html#mlx.core.arctan" > arctan() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv47arctan2RK5arrayRK5array14StreamOrDevice" > arctan2 (C++ function)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.arctan2.html#mlx.core.arctan2" > arctan2() (in module mlx.core)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv47arctanhRK5array14StreamOrDevice" > arctanh (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.arctanh.html#mlx.core.arctanh" > arctanh() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46argmaxRK5array14StreamOrDevice" > argmax (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv46argmaxRK5arrayb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv46argmaxRK5arrayib14StreamOrDevice" > [2]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.argmax.html#mlx.core.array.argmax" > argmax() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.argmax.html#mlx.core.argmax" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv46argminRK5array14StreamOrDevice" > argmin (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv46argminRK5arrayb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv46argminRK5arrayib14StreamOrDevice" > [2]< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.argmin.html#mlx.core.array.argmin" > argmin() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.argmin.html#mlx.core.argmin" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv412argpartitionRK5arrayi14StreamOrDevice" > argpartition (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv412argpartitionRK5arrayii14StreamOrDevice" > [1]< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.argpartition.html#mlx.core.argpartition" > argpartition() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv47argsortRK5array14StreamOrDevice" > argsort (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv47argsortRK5arrayi14StreamOrDevice" > [1]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.argsort.html#mlx.core.argsort" > argsort() (in module mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.array.html#mlx.core.array" > array (class in mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv411array_equalRK5arrayRK5array14StreamOrDevice" > array_equal (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv411array_equalRK5arrayRK5arrayb14StreamOrDevice" > [1]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.array_equal.html#mlx.core.array_equal" > array_equal() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410as_strided5arrayNSt6vectorIiEENSt6vectorI6size_tEE6size_t14StreamOrDevice" > as_strided (C++ function)< / a >
2024-05-21 00:40:17 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.as_strided.html#mlx.core.as_strided" > as_strided() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46astype5array5Dtype14StreamOrDevice" > astype (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.astype.html#mlx.core.array.astype" > astype() (array method)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.array.at.html#mlx.core.array.at" > at (array property)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410atleast_1dRK5array14StreamOrDevice" > atleast_1d (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv410atleast_1dRKNSt6vectorI5arrayEE14StreamOrDevice" > [1]< / a >
2024-03-01 04:39:18 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.atleast_1d.html#mlx.core.atleast_1d" > atleast_1d() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410atleast_2dRK5array14StreamOrDevice" > atleast_2d (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv410atleast_2dRKNSt6vectorI5arrayEE14StreamOrDevice" > [1]< / a >
2024-03-01 04:39:18 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.atleast_2d.html#mlx.core.atleast_2d" > atleast_2d() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410atleast_3dRK5array14StreamOrDevice" > atleast_3d (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv410atleast_3dRKNSt6vectorI5arrayEE14StreamOrDevice" > [1]< / a >
2024-03-01 04:39:18 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.atleast_3d.html#mlx.core.atleast_3d" > atleast_3d() (in module mlx.core)< / a >
2024-02-18 05:25:37 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.AvgPool1d.html#mlx.nn.AvgPool1d" > AvgPool1d (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.AvgPool2d.html#mlx.nn.AvgPool2d" > AvgPool2d (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "B" > B< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.BatchNorm.html#mlx.nn.BatchNorm" > BatchNorm (class in mlx.nn)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.random.bernoulli.html#mlx.core.random.bernoulli" > bernoulli() (in module mlx.core.random)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.binary_cross_entropy.html#mlx.nn.losses.binary_cross_entropy" > binary_cross_entropy (class in mlx.nn.losses)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv411bitwise_andRK5arrayRK5array14StreamOrDevice" > bitwise_and (C++ function)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.bitwise_and.html#mlx.core.bitwise_and" > bitwise_and() (in module mlx.core)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv410bitwise_orRK5arrayRK5array14StreamOrDevice" > bitwise_or (C++ function)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.bitwise_or.html#mlx.core.bitwise_or" > bitwise_or() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-06-07 11:28:06 +08:00
< li > < a href = "cpp/ops.html#_CPPv411bitwise_xorRK5arrayRK5array14StreamOrDevice" > bitwise_xor (C++ function)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "python/_autosummary/mlx.core.bitwise_xor.html#mlx.core.bitwise_xor" > bitwise_xor() (in module mlx.core)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv415block_masked_mm5array5arrayiNSt8optionalI5arrayEENSt8optionalI5arrayEENSt8optionalI5arrayEE14StreamOrDevice" > block_masked_mm (C++ function)< / a >
2024-04-26 23:24:09 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.block_masked_mm.html#mlx.core.block_masked_mm" > block_masked_mm() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv416broadcast_arraysRKNSt6vectorI5arrayEE14StreamOrDevice" > broadcast_arrays (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv412broadcast_toRK5arrayRKNSt6vectorIiEE14StreamOrDevice" > broadcast_to (C++ function)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.broadcast_to.html#mlx.core.broadcast_to" > broadcast_to() (in module mlx.core)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "C" > C< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.random.categorical.html#mlx.core.random.categorical" > categorical() (in module mlx.core.random)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44ceilRK5array14StreamOrDevice" > ceil (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/_autosummary/mlx.core.ceil.html#mlx.core.ceil" > ceil() (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.children.html#mlx.nn.Module.children" > children() (Module method)< / a >
2024-05-21 00:40:17 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.linalg.cholesky.html#mlx.core.linalg.cholesky" > cholesky() (in module mlx.core.linalg)< / a >
2024-04-26 23:24:09 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.clear_cache.html#mlx.core.metal.clear_cache" > clear_cache() (in module mlx.core.metal)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44clipRK5arrayRKNSt8optionalI5arrayEERKNSt8optionalI5arrayEE14StreamOrDevice" > clip (C++ function)< / a >
2023-12-22 14:13:41 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.clip.html#mlx.core.clip" > clip() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.optimizers.clip_grad_norm.html#mlx.optimizers.clip_grad_norm" > clip_grad_norm() (in module mlx.optimizers)< / a >
2024-02-09 04:44:23 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.compile.html#mlx.core.compile" > compile() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv411concatenateRKNSt6vectorI5arrayEE14StreamOrDevice" > concatenate (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv411concatenateRKNSt6vectorI5arrayEEi14StreamOrDevice" > [1]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.concatenate.html#mlx.core.concatenate" > concatenate() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.conj.html#mlx.core.conj" > conj() (in module mlx.core)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv49conjugateRK5array14StreamOrDevice" > conjugate (C++ function)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.conjugate.html#mlx.core.conjugate" > conjugate() (in module mlx.core)< / a >
2024-02-02 05:08:29 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.init.constant.html#mlx.nn.init.constant" > constant() (in module mlx.nn.init)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46conv1dRK5arrayRK5arrayiiii14StreamOrDevice" > conv1d (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Conv1d.html#mlx.nn.Conv1d" > Conv1d (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-02-09 04:44:23 +08:00
< li > < a href = "python/_autosummary/mlx.core.conv1d.html#mlx.core.conv1d" > conv1d() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46conv2dRK5arrayRK5arrayRKNSt4pairIiiEERKNSt4pairIiiEERKNSt4pairIiiEEi14StreamOrDevice" > conv2d (C++ function)< / a >
2024-02-09 04:44:23 +08:00
< / li >
2023-12-22 14:13:41 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Conv2d.html#mlx.nn.Conv2d" > Conv2d (class in mlx.nn)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.conv2d.html#mlx.core.conv2d" > conv2d() (in module mlx.core)< / a >
2024-03-01 04:39:18 +08:00
< / li >
2024-05-21 00:40:17 +08:00
< li > < a href = "cpp/ops.html#_CPPv46conv3dRK5arrayRK5arrayRKNSt5tupleIiiiEERKNSt5tupleIiiiEERKNSt5tupleIiiiEEi14StreamOrDevice" > conv3d (C++ function)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Conv3d.html#mlx.nn.Conv3d" > Conv3d (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-21 00:40:17 +08:00
< li > < a href = "cpp/ops.html#_CPPv412conv_general5array5arrayNSt6vectorIiEENSt6vectorIiEENSt6vectorIiEENSt6vectorIiEENSt6vectorIiEEib14StreamOrDevice" > conv_general (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv412conv_generalRK5arrayRK5arrayNSt6vectorIiEENSt6vectorIiEENSt6vectorIiEENSt6vectorIiEEib14StreamOrDevice" > [1]< / a >
< / li >
2024-03-01 04:39:18 +08:00
< li > < a href = "python/_autosummary/mlx.core.conv_general.html#mlx.core.conv_general" > conv_general() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.convolve.html#mlx.core.convolve" > convolve() (in module mlx.core)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv44copy5array14StreamOrDevice" > copy (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv43cosRK5array14StreamOrDevice" > cos (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.cos.html#mlx.core.array.cos" > cos() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.cos.html#mlx.core.cos" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv44coshRK5array14StreamOrDevice" > cosh (C++ function)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.cosh.html#mlx.core.cosh" > cosh() (in module mlx.core)< / a >
2024-02-18 05:25:37 +08:00
< / li >
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.cosine_decay.html#mlx.optimizers.cosine_decay" > cosine_decay() (in module mlx.optimizers)< / a >
2024-01-11 06:14:38 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.cosine_similarity_loss.html#mlx.nn.losses.cosine_similarity_loss" > cosine_similarity_loss (class in mlx.nn.losses)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.cross_entropy.html#mlx.nn.losses.cross_entropy" > cross_entropy (class in mlx.nn.losses)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46cummaxRK5arrayibb14StreamOrDevice" > cummax (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.cummax.html#mlx.core.array.cummax" > cummax() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.cummax.html#mlx.core.cummax" > (in module mlx.core)< / a >
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv46cumminRK5arrayibb14StreamOrDevice" > cummin (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.cummin.html#mlx.core.array.cummin" > cummin() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.cummin.html#mlx.core.cummin" > (in module mlx.core)< / a >
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47cumprodRK5arrayibb14StreamOrDevice" > cumprod (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.cumprod.html#mlx.core.array.cumprod" > cumprod() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.cumprod.html#mlx.core.cumprod" > (in module mlx.core)< / a >
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv46cumsumRK5arrayibb14StreamOrDevice" > cumsum (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.cumsum.html#mlx.core.array.cumsum" > cumsum() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.cumsum.html#mlx.core.cumsum" > (in module mlx.core)< / a >
< / li >
< / ul > < / li >
2023-11-30 04:41:56 +08:00
< / ul > < / td >
< / tr > < / table >
< h2 id = "D" > D< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.default_device.html#mlx.core.default_device" > default_device() (in module mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.default_stream.html#mlx.core.default_stream" > default_stream() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv47degreesRK5array14StreamOrDevice" > degrees (C++ function)< / a >
2024-04-26 23:24:09 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.degrees.html#mlx.core.degrees" > degrees() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv47dependsRKNSt6vectorI5arrayEERKNSt6vectorI5arrayEE" > depends (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv410dequantizeRK5arrayRK5arrayRK5arrayii14StreamOrDevice" > dequantize (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-22 14:13:41 +08:00
< li > < a href = "python/_autosummary/mlx.core.dequantize.html#mlx.core.dequantize" > dequantize() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-22 14:13:41 +08:00
< li > < a href = "python/_autosummary/mlx.core.Device.html#mlx.core.Device" > Device (class in mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.device_info.html#mlx.core.metal.device_info" > device_info() (in module mlx.core.metal)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv44diagRK5arrayi14StreamOrDevice" > diag (C++ function)< / a >
2023-12-22 14:13:41 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.diag.html#mlx.core.array.diag" > diag() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.diag.html#mlx.core.diag" > (in module mlx.core)< / a >
2024-02-09 04:44:23 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv48diagonalRK5arrayiii14StreamOrDevice" > diagonal (C++ function)< / a >
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.diagonal.html#mlx.core.array.diagonal" > diagonal() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.diagonal.html#mlx.core.diagonal" > (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
< li > < a href = "python/_autosummary/mlx.core.disable_compile.html#mlx.core.disable_compile" > disable_compile() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46divideRK5arrayRK5array14StreamOrDevice" > divide (C++ function)< / a >
2024-03-31 08:32:20 +08:00
< / li >
2024-02-02 05:08:29 +08:00
< li > < a href = "python/_autosummary/mlx.core.divide.html#mlx.core.divide" > divide() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46divmodRK5arrayRK5array14StreamOrDevice" > divmod (C++ function)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2024-01-11 06:14:38 +08:00
< li > < a href = "python/_autosummary/mlx.core.divmod.html#mlx.core.divmod" > divmod() (in module mlx.core)< / a >
< / li >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Dropout.html#mlx.nn.Dropout" > Dropout (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Dropout2d.html#mlx.nn.Dropout2d" > Dropout2d (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Dropout3d.html#mlx.nn.Dropout3d" > Dropout3d (class in mlx.nn)< / a >
2024-03-31 08:32:20 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.array.dtype.html#mlx.core.array.dtype" > dtype (array property)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.Dtype.html#mlx.core.Dtype" > Dtype (class in mlx.core)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.DtypeCategory.html#mlx.core.DtypeCategory" > DtypeCategory (class in mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "E" > E< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.elu.html#mlx.nn.elu" > elu (class in mlx.nn)< / a >
2024-03-01 04:39:18 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Embedding.html#mlx.nn.Embedding" > Embedding (class in mlx.nn)< / a >
2024-02-09 04:44:23 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.enable_compile.html#mlx.core.enable_compile" > enable_compile() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45equalRK5arrayRK5array14StreamOrDevice" > equal (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.equal.html#mlx.core.equal" > equal() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43erfRK5array14StreamOrDevice" > erf (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.erf.html#mlx.core.erf" > erf() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46erfinvRK5array14StreamOrDevice" > erfinv (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.erfinv.html#mlx.core.erfinv" > erfinv() (in module mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.eval.html#mlx.core.eval" > eval() (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.eval.html#mlx.nn.Module.eval" > (Module method)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-01-04 12:14:05 +08:00
< / ul > < / li >
2024-04-12 08:33:33 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv43expRK5array14StreamOrDevice" > exp (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.exp.html#mlx.core.array.exp" > exp() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.exp.html#mlx.core.exp" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv411expand_dimsRK5arrayRKNSt6vectorIiEE14StreamOrDevice" > expand_dims (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv411expand_dimsRK5arrayi14StreamOrDevice" > [1]< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.expand_dims.html#mlx.core.expand_dims" > expand_dims() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45expm1RK5array14StreamOrDevice" > expm1 (C++ function)< / a >
2024-04-12 08:33:33 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.expm1.html#mlx.core.expm1" > expm1() (in module mlx.core)< / a >
2024-02-18 05:25:37 +08:00
< / li >
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.exponential_decay.html#mlx.optimizers.exponential_decay" > exponential_decay() (in module mlx.optimizers)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43eyei14StreamOrDevice" > eye (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43eyei5Dtype14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43eyeii14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43eyeiii14StreamOrDevice" > [3]< / a > , < a href = "cpp/ops.html#_CPPv43eyeiii5Dtype14StreamOrDevice" > [4]< / a >
2023-12-14 06:46:24 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.eye.html#mlx.core.eye" > eye() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "F" > F< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.fft.fft.html#mlx.core.fft.fft" > fft() (in module mlx.core.fft)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.fft.fft2.html#mlx.core.fft.fft2" > fft2() (in module mlx.core.fft)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.fft.fftn.html#mlx.core.fft.fftn" > fftn() (in module mlx.core.fft)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.filter_and_map.html#mlx.nn.Module.filter_and_map" > filter_and_map() (Module method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv47flattenRK5array14StreamOrDevice" > flatten (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv47flattenRK5arrayii14StreamOrDevice" > [1]< / a >
2024-03-31 08:32:20 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.array.flatten.html#mlx.core.array.flatten" > flatten() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.flatten.html#mlx.core.flatten" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
2023-11-30 04:41:56 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45floorRK5array14StreamOrDevice" > floor (C++ function)< / a >
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/_autosummary/mlx.core.floor.html#mlx.core.floor" > floor() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv412floor_divideRK5arrayRK5array14StreamOrDevice" > floor_divide (C++ function)< / a >
2023-12-22 14:13:41 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.floor_divide.html#mlx.core.floor_divide" > floor_divide() (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.freeze.html#mlx.nn.Module.freeze" > freeze() (Module method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44fullNSt6vectorIiEE5array14StreamOrDevice" > full (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv44fullNSt6vectorIiEE5array5Dtype14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4I0E4full5arrayNSt6vectorIiEE1T14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv4I0E4full5arrayNSt6vectorIiEE1T5Dtype14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.full.html#mlx.core.full" > full() (in module mlx.core)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "G" > G< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv46gatherRK5arrayRK5arrayiRKNSt6vectorIiEE14StreamOrDevice" > gather (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv46gatherRK5arrayRKNSt6vectorI5arrayEERKNSt6vectorIiEERKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49gather_mm5array5arrayNSt8optionalI5arrayEENSt8optionalI5arrayEE14StreamOrDevice" > gather_mm (C++ function)< / a >
2024-05-24 12:11:24 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.gather_mm.html#mlx.core.gather_mm" > gather_mm() (in module mlx.core)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410gather_qmmRK5arrayRK5arrayRK5arrayRK5arrayNSt8optionalI5arrayEENSt8optionalI5arrayEEbii14StreamOrDevice" > gather_qmm (C++ function)< / a >
2024-05-24 12:11:24 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.gather_qmm.html#mlx.core.gather_qmm" > gather_qmm() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.gaussian_nll_loss.html#mlx.nn.losses.gaussian_nll_loss" > gaussian_nll_loss (class in mlx.nn.losses)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.GELU.html#mlx.nn.GELU" > GELU (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.gelu.html#mlx.nn.gelu" > gelu (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.gelu_approx.html#mlx.nn.gelu_approx" > gelu_approx (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.gelu_fast_approx.html#mlx.nn.gelu_fast_approx" > gelu_fast_approx (class in mlx.nn)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2024-03-15 03:46:45 +08:00
< li > < a href = "python/_autosummary/mlx.core.metal.get_active_memory.html#mlx.core.metal.get_active_memory" > get_active_memory() (in module mlx.core.metal)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.get_cache_memory.html#mlx.core.metal.get_cache_memory" > get_cache_memory() (in module mlx.core.metal)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.get_peak_memory.html#mlx.core.metal.get_peak_memory" > get_peak_memory() (in module mlx.core.metal)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-24 12:11:24 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.init.glorot_normal.html#mlx.nn.init.glorot_normal" > glorot_normal() (in module mlx.nn.init)< / a >
< / li >
2024-02-02 05:08:29 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.init.glorot_uniform.html#mlx.nn.init.glorot_uniform" > glorot_uniform() (in module mlx.nn.init)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.GLU.html#mlx.nn.GLU" > GLU (class in mlx.nn)< / a >
2024-03-01 04:39:18 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.glu.html#mlx.nn.glu" > glu (class in mlx.nn)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.grad.html#mlx.core.grad" > grad() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv47greaterRK5arrayRK5array14StreamOrDevice" > greater (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.greater.html#mlx.core.greater" > greater() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv413greater_equalRK5arrayRK5array14StreamOrDevice" > greater_equal (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.greater_equal.html#mlx.core.greater_equal" > greater_equal() (in module mlx.core)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.distributed.Group.html#mlx.core.distributed.Group" > Group (class in mlx.core.distributed)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.GroupNorm.html#mlx.nn.GroupNorm" > GroupNorm (class in mlx.nn)< / a >
2024-03-15 03:46:45 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.GRU.html#mlx.nn.GRU" > GRU (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.random.gumbel.html#mlx.core.random.gumbel" > gumbel() (in module mlx.core.random)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
2024-01-04 12:14:05 +08:00
< h2 id = "H" > H< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.hard_shrink.html#mlx.nn.hard_shrink" > hard_shrink (class in mlx.nn)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.hard_tanh.html#mlx.nn.hard_tanh" > hard_tanh (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.HardShrink.html#mlx.nn.HardShrink" > HardShrink (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Hardswish.html#mlx.nn.Hardswish" > Hardswish (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.hardswish.html#mlx.nn.hardswish" > hardswish (class in mlx.nn)< / a >
2024-01-04 12:14:05 +08:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.HardTanh.html#mlx.nn.HardTanh" > HardTanh (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.init.he_normal.html#mlx.nn.init.he_normal" > he_normal() (in module mlx.nn.init)< / a >
< / li >
2024-03-01 04:39:18 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.init.he_uniform.html#mlx.nn.init.he_uniform" > he_uniform() (in module mlx.nn.init)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.hinge_loss.html#mlx.nn.losses.hinge_loss" > hinge_loss (class in mlx.nn.losses)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.huber_loss.html#mlx.nn.losses.huber_loss" > huber_loss (class in mlx.nn.losses)< / a >
2024-01-04 12:14:05 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
2023-11-30 04:41:56 +08:00
< h2 id = "I" > I< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv48identityi14StreamOrDevice" > identity (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv48identityi5Dtype14StreamOrDevice" > [1]< / a >
< / li >
2023-12-14 06:46:24 +08:00
< li > < a href = "python/_autosummary/mlx.core.identity.html#mlx.core.identity" > identity() (in module mlx.core)< / a >
2024-02-02 05:08:29 +08:00
< ul >
< li > < a href = "python/nn/_autosummary/mlx.nn.init.identity.html#mlx.nn.init.identity" > (in module mlx.nn.init)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-02-02 05:08:29 +08:00
< / ul > < / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.fft.ifft.html#mlx.core.fft.ifft" > ifft() (in module mlx.core.fft)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.fft.ifft2.html#mlx.core.fft.ifft2" > ifft2() (in module mlx.core.fft)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.fft.ifftn.html#mlx.core.fft.ifftn" > ifftn() (in module mlx.core.fft)< / a >
2024-02-09 04:44:23 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/_autosummary/mlx.core.distributed.init.html#mlx.core.distributed.init" > init() (in module mlx.core.distributed)< / a >
< ul >
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.init.html#mlx.optimizers.Optimizer.init" > (Optimizer method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45innerRK5arrayRK5array14StreamOrDevice" > inner (C++ function)< / a >
2024-01-11 06:14:38 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.inner.html#mlx.core.inner" > inner() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.InstanceNorm.html#mlx.nn.InstanceNorm" > InstanceNorm (class in mlx.nn)< / a >
2024-05-21 00:40:17 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.linalg.inv.html#mlx.core.linalg.inv" > inv() (in module mlx.core.linalg)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-02-02 05:08:29 +08:00
< li > < a href = "python/_autosummary/mlx.core.fft.irfft.html#mlx.core.fft.irfft" > irfft() (in module mlx.core.fft)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.fft.irfft2.html#mlx.core.fft.irfft2" > irfft2() (in module mlx.core.fft)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.fft.irfftn.html#mlx.core.fft.irfftn" > irfftn() (in module mlx.core.fft)< / a >
2024-03-15 03:46:45 +08:00
< / li >
2024-05-10 23:49:36 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/_autosummary/mlx.core.distributed.is_available.html#mlx.core.distributed.is_available" > is_available() (in module mlx.core.distributed)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.metal.is_available.html#mlx.core.metal.is_available" > (in module mlx.core.metal)< / a >
2024-05-10 23:49:36 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47iscloseRK5arrayRK5arrayddb14StreamOrDevice" > isclose (C++ function)< / a >
2024-03-15 03:46:45 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.isclose.html#mlx.core.isclose" > isclose() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45isinfRK5array14StreamOrDevice" > isinf (C++ function)< / a >
2024-01-18 09:15:29 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.isinf.html#mlx.core.isinf" > isinf() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45isnanRK5array14StreamOrDevice" > isnan (C++ function)< / a >
2024-01-18 09:15:29 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.isnan.html#mlx.core.isnan" > isnan() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48isneginfRK5array14StreamOrDevice" > isneginf (C++ function)< / a >
2024-01-18 09:15:29 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.isneginf.html#mlx.core.isneginf" > isneginf() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48isposinfRK5array14StreamOrDevice" > isposinf (C++ function)< / a >
2024-01-18 09:15:29 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.isposinf.html#mlx.core.isposinf" > isposinf() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.issubdtype.html#mlx.core.issubdtype" > issubdtype() (in module mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.array.item.html#mlx.core.array.item" > item() (array method)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.array.itemsize.html#mlx.core.array.itemsize" > itemsize (array property)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "J" > J< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
2024-03-01 04:39:18 +08:00
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.join_schedules.html#mlx.optimizers.join_schedules" > join_schedules() (in module mlx.optimizers)< / a >
< / li >
< / ul > < / td >
2023-11-30 04:41:56 +08:00
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.jvp.html#mlx.core.jvp" > jvp() (in module mlx.core)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "K" > K< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.random.key.html#mlx.core.random.key" > key() (in module mlx.core.random)< / a >
2023-12-14 06:46:24 +08:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.kl_div_loss.html#mlx.nn.losses.kl_div_loss" > kl_div_loss (class in mlx.nn.losses)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "L" > L< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.l1_loss.html#mlx.nn.losses.l1_loss" > l1_loss (class in mlx.nn.losses)< / a >
2024-03-31 08:32:20 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.fast.layer_norm.html#mlx.core.fast.layer_norm" > layer_norm() (in module mlx.core.fast)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.LayerNorm.html#mlx.nn.LayerNorm" > LayerNorm (class in mlx.nn)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.leaf_modules.html#mlx.nn.Module.leaf_modules" > leaf_modules() (Module method)< / a >
2024-03-01 04:39:18 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.leaky_relu.html#mlx.nn.leaky_relu" > leaky_relu (class in mlx.nn)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.LeakyReLU.html#mlx.nn.LeakyReLU" > LeakyReLU (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410left_shiftRK5arrayRK5array14StreamOrDevice" > left_shift (C++ function)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.left_shift.html#mlx.core.left_shift" > left_shift() (in module mlx.core)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv44lessRK5arrayRK5array14StreamOrDevice" > less (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.less.html#mlx.core.less" > less() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410less_equalRK5arrayRK5array14StreamOrDevice" > less_equal (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.less_equal.html#mlx.core.less_equal" > less_equal() (in module mlx.core)< / a >
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Linear.html#mlx.nn.Linear" > Linear (class in mlx.nn)< / a >
2024-03-01 04:39:18 +08:00
< / li >
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.linear_schedule.html#mlx.optimizers.linear_schedule" > linear_schedule() (in module mlx.optimizers)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48linspaceddi5Dtype14StreamOrDevice" > linspace (C++ function)< / a >
2023-12-22 14:13:41 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.linspace.html#mlx.core.linspace" > linspace() (in module mlx.core)< / a >
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Lion.html#mlx.optimizers.Lion" > Lion (class in mlx.optimizers)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.load.html#mlx.core.load" > load() (in module mlx.core)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.load_weights.html#mlx.nn.Module.load_weights" > load_weights() (Module method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43logRK5array14StreamOrDevice" > log (C++ function)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.log.html#mlx.core.array.log" > log() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.log.html#mlx.core.log" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45log10RK5array14StreamOrDevice" > log10 (C++ function)< / a >
< / li >
2024-01-11 06:14:38 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.log10.html#mlx.core.array.log10" > log10() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.log10.html#mlx.core.log10" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45log1pRK5array14StreamOrDevice" > log1p (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.log1p.html#mlx.core.array.log1p" > log1p() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.log1p.html#mlx.core.log1p" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv44log2RK5array14StreamOrDevice" > log2 (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.log2.html#mlx.core.array.log2" > log2() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.log2.html#mlx.core.log2" > (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.log_cosh_loss.html#mlx.nn.losses.log_cosh_loss" > log_cosh_loss (class in mlx.nn.losses)< / a >
2024-03-01 04:39:18 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.log_sigmoid.html#mlx.nn.log_sigmoid" > log_sigmoid (class in mlx.nn)< / a >
2024-03-01 04:39:18 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.log_softmax.html#mlx.nn.log_softmax" > log_softmax (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49logaddexpRK5arrayRK5array14StreamOrDevice" > logaddexp (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.logaddexp.html#mlx.core.logaddexp" > logaddexp() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv411logical_andRK5arrayRK5array14StreamOrDevice" > logical_and (C++ function)< / a >
2024-01-11 06:14:38 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.logical_and.html#mlx.core.logical_and" > logical_and() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv411logical_notRK5array14StreamOrDevice" > logical_not (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.logical_not.html#mlx.core.logical_not" > logical_not() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410logical_orRK5arrayRK5array14StreamOrDevice" > logical_or (C++ function)< / a >
2024-01-11 06:14:38 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.logical_or.html#mlx.core.logical_or" > logical_or() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49logsumexpRK5array14StreamOrDevice" > logsumexp (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv49logsumexpRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv49logsumexpRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv49logsumexpRK5arrayib14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.logsumexp.html#mlx.core.array.logsumexp" > logsumexp() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.logsumexp.html#mlx.core.logsumexp" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-03-15 03:46:45 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.LSTM.html#mlx.nn.LSTM" > LSTM (class in mlx.nn)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< / ul > < / td >
< / tr > < / table >
< h2 id = "M" > M< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.margin_ranking_loss.html#mlx.nn.losses.margin_ranking_loss" > margin_ranking_loss (class in mlx.nn.losses)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46matmulRK5arrayRK5array14StreamOrDevice" > matmul (C++ function)< / a >
2024-02-09 04:44:23 +08:00
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.matmul.html#mlx.core.matmul" > matmul() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43maxRK5array14StreamOrDevice" > max (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43maxRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43maxRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43maxRK5arrayib14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.max.html#mlx.core.array.max" > max() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.max.html#mlx.core.max" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47maximumRK5arrayRK5array14StreamOrDevice" > maximum (C++ function)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.maximum.html#mlx.core.maximum" > maximum() (in module mlx.core)< / a >
2024-02-18 05:25:37 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.MaxPool1d.html#mlx.nn.MaxPool1d" > MaxPool1d (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.MaxPool2d.html#mlx.nn.MaxPool2d" > MaxPool2d (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44meanRK5array14StreamOrDevice" > mean (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv44meanRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv44meanRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv44meanRK5arrayib14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.mean.html#mlx.core.array.mean" > mean() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.mean.html#mlx.core.mean" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv48meshgridRKNSt6vectorI5arrayEEbNSt6stringE14StreamOrDevice" > meshgrid (C++ function)< / a >
< / li >
2024-04-12 08:33:33 +08:00
< li > < a href = "python/_autosummary/mlx.core.meshgrid.html#mlx.core.meshgrid" > meshgrid() (in module mlx.core)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv43minRK5array14StreamOrDevice" > min (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43minRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43minRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43minRK5arrayib14StreamOrDevice" > [3]< / a >
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.min.html#mlx.core.array.min" > min() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.min.html#mlx.core.min" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47minimumRK5arrayRK5array14StreamOrDevice" > minimum (C++ function)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.minimum.html#mlx.core.minimum" > minimum() (in module mlx.core)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Mish.html#mlx.nn.Mish" > Mish (class in mlx.nn)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.mish.html#mlx.nn.mish" > mish (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/nn/module.html#mlx.nn.Module" > Module (class in mlx.nn)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.modules.html#mlx.nn.Module.modules" > modules() (Module method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48moveaxisRK5arrayii14StreamOrDevice" > moveaxis (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.moveaxis.html#mlx.core.array.moveaxis" > moveaxis() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.moveaxis.html#mlx.core.moveaxis" > (in module mlx.core)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.mse_loss.html#mlx.nn.losses.mse_loss" > mse_loss (class in mlx.nn.losses)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.MultiHeadAttention.html#mlx.nn.MultiHeadAttention" > MultiHeadAttention (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48multiplyRK5arrayRK5array14StreamOrDevice" > multiply (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.multiply.html#mlx.core.multiply" > multiply() (in module mlx.core)< / a >
2024-04-12 08:33:33 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.random.multivariate_normal.html#mlx.core.random.multivariate_normal" > multivariate_normal() (in module mlx.core.random)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "N" > N< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.named_modules.html#mlx.nn.Module.named_modules" > named_modules() (Module method)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.nbytes.html#mlx.core.array.nbytes" > nbytes (array property)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.ndim.html#mlx.core.array.ndim" > ndim (array property)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48negativeRK5array14StreamOrDevice" > negative (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.negative.html#mlx.core.negative" > negative() (in module mlx.core)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.new_stream.html#mlx.core.new_stream" > new_stream() (in module mlx.core)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.nll_loss.html#mlx.nn.losses.nll_loss" > nll_loss (class in mlx.nn.losses)< / a >
2024-01-04 12:14:05 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.linalg.norm.html#mlx.core.linalg.norm" > norm() (in module mlx.core.linalg)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.random.normal.html#mlx.core.random.normal" > normal() (in module mlx.core.random)< / a >
2024-02-02 05:08:29 +08:00
< ul >
< li > < a href = "python/nn/_autosummary/mlx.nn.init.normal.html#mlx.nn.init.normal" > (in module mlx.nn.init)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-02-02 05:08:29 +08:00
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv49not_equalRK5arrayRK5array14StreamOrDevice" > not_equal (C++ function)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/_autosummary/mlx.core.not_equal.html#mlx.core.not_equal" > not_equal() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv418number_of_elementsRK5arrayNSt6vectorIiEEb5Dtype14StreamOrDevice" > number_of_elements (C++ function)< / a >
2024-04-26 23:24:09 +08:00
< / li >
2023-11-30 04:41:56 +08:00
< / ul > < / td >
< / tr > < / table >
< h2 id = "O" > O< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv44onesRKNSt6vectorIiEE14StreamOrDevice" > ones (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv44onesRKNSt6vectorIiEE5Dtype14StreamOrDevice" > [1]< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.ones.html#mlx.core.ones" > ones() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49ones_likeRK5array14StreamOrDevice" > ones_like (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.ones_like.html#mlx.core.ones_like" > ones_like() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Ene5array1TRK5array" > operator!= (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Ene5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4neRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Erm5array1TRK5array" > operator% (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Erm5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4rmRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4anRK5arrayRK5array" > operator& (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4aaRK5arrayRK5array" > operator& & (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Eml5array1TRK5array" > operator* (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Eml5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4mlRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Epl5array1TRK5array" > operator+ (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Epl5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4plRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Emi5array1TRK5array" > operator- (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Emi5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4miRK5array" > [2]< / a > , < a href = "cpp/ops.html#_CPPv4miRK5arrayRK5array" > [3]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4dvRK5arrayRK5array" > operator/ (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4dvRK5arrayd" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4dvdRK5array" > [2]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv4I0Elt5array1TRK5array" > operator< (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Elt5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4ltRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4lsRK5arrayRK5array" > operator< < (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Ele5array1TRK5array" > operator< = (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Ele5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4leRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Eeq5array1TRK5array" > operator== (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Eeq5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4eqRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Egt5array1TRK5array" > operator> (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Egt5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4gtRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4I0Ege5array1TRK5array" > operator> = (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4I0Ege5arrayRK5array1T" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4geRK5arrayRK5array" > [2]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4rsRK5arrayRK5array" > operator> > (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4eoRK5arrayRK5array" > operator^ (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4orRK5arrayRK5array" > operator| (C++ function)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv4ooRK5arrayRK5array" > operator|| (C++ function)< / a >
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/optimizer.html#mlx.optimizers.Optimizer" > Optimizer (class in mlx.optimizers)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45outerRK5arrayRK5array14StreamOrDevice" > outer (C++ function)< / a >
2024-01-11 06:14:38 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.outer.html#mlx.core.outer" > outer() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "P" > P< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv43padRK5arrayRKNSt4pairIiiEERK5array14StreamOrDevice" > pad (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43padRK5arrayRKNSt6vectorINSt4pairIiiEEEERK5array14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43padRK5arrayRKNSt6vectorIiEERKNSt6vectorIiEERKNSt6vectorIiEERK5array14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43padRK5arrayiRK5array14StreamOrDevice" > [3]< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.pad.html#mlx.core.pad" > pad() (in module mlx.core)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.parameters.html#mlx.nn.Module.parameters" > parameters() (Module method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49partitionRK5arrayi14StreamOrDevice" > partition (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv49partitionRK5arrayii14StreamOrDevice" > [1]< / a >
2023-12-18 05:23:03 +08:00
< / li >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/_autosummary/mlx.core.partition.html#mlx.core.partition" > partition() (in module mlx.core)< / a >
2024-05-21 00:40:17 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45powerRK5arrayRK5array14StreamOrDevice" > power (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-21 00:40:17 +08:00
< li > < a href = "python/_autosummary/mlx.core.power.html#mlx.core.power" > power() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.PReLU.html#mlx.nn.PReLU" > PReLU (class in mlx.nn)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.prelu.html#mlx.nn.prelu" > prelu (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44prodRK5array14StreamOrDevice" > prod (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv44prodRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv44prodRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv44prodRK5arrayib14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.prod.html#mlx.core.array.prod" > prod() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.prod.html#mlx.core.prod" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
2023-12-22 14:13:41 +08:00
< h2 id = "Q" > Q< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-02-02 05:08:29 +08:00
< li > < a href = "python/_autosummary/mlx.core.linalg.qr.html#mlx.core.linalg.qr" > qr() (in module mlx.core.linalg)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48quantizeRK5arrayii14StreamOrDevice" > quantize (C++ function)< / a >
2024-02-02 05:08:29 +08:00
< / li >
2023-12-22 14:13:41 +08:00
< li > < a href = "python/_autosummary/mlx.core.quantize.html#mlx.core.quantize" > quantize() (in module mlx.core)< / a >
2024-04-26 23:24:09 +08:00
< ul >
< li > < a href = "python/_autosummary/mlx.nn.quantize.html#mlx.nn.quantize" > (in module mlx.nn)< / a >
2023-12-22 14:13:41 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< / ul > < / li >
2023-12-22 14:13:41 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv416quantized_matmulRK5arrayRK5arrayRK5arrayRK5arraybii14StreamOrDevice" > quantized_matmul (C++ function)< / a >
< / li >
2023-12-22 14:13:41 +08:00
< li > < a href = "python/_autosummary/mlx.core.quantized_matmul.html#mlx.core.quantized_matmul" > quantized_matmul() (in module mlx.core)< / a >
2024-04-26 23:24:09 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.QuantizedEmbedding.html#mlx.nn.QuantizedEmbedding" > QuantizedEmbedding (class in mlx.nn)< / a >
2023-12-22 14:13:41 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.QuantizedLinear.html#mlx.nn.QuantizedLinear" > QuantizedLinear (class in mlx.nn)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
2023-11-30 04:41:56 +08:00
< h2 id = "R" > R< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47radiansRK5array14StreamOrDevice" > radians (C++ function)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/_autosummary/mlx.core.radians.html#mlx.core.radians" > radians() (in module mlx.core)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.random.randint.html#mlx.core.random.randint" > randint() (in module mlx.core.random)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv410reciprocalRK5array14StreamOrDevice" > reciprocal (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.reciprocal.html#mlx.core.array.reciprocal" > reciprocal() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.reciprocal.html#mlx.core.reciprocal" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.ReLU.html#mlx.nn.ReLU" > ReLU (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.relu.html#mlx.nn.relu" > relu (class in mlx.nn)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.ReLU6.html#mlx.nn.ReLU6" > ReLU6 (class in mlx.nn)< / a >
2024-03-01 04:39:18 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.relu6.html#mlx.nn.relu6" > relu6 (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49remainderRK5arrayRK5array14StreamOrDevice" > remainder (C++ function)< / a >
2024-05-21 00:40:17 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.remainder.html#mlx.core.remainder" > remainder() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv46repeatRK5arrayi14StreamOrDevice" > repeat (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv46repeatRK5arrayii14StreamOrDevice" > [1]< / a >
2024-01-04 12:14:05 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.repeat.html#mlx.core.repeat" > repeat() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.reset_peak_memory.html#mlx.core.metal.reset_peak_memory" > reset_peak_memory() (in module mlx.core.metal)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv47reshapeRK5arrayNSt6vectorIiEE14StreamOrDevice" > reshape (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.reshape.html#mlx.core.array.reshape" > reshape() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.reshape.html#mlx.core.reshape" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-03-31 08:32:20 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "python/_autosummary/mlx.core.fft.rfft.html#mlx.core.fft.rfft" > rfft() (in module mlx.core.fft)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/_autosummary/mlx.core.fft.rfft2.html#mlx.core.fft.rfft2" > rfft2() (in module mlx.core.fft)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.fft.rfftn.html#mlx.core.fft.rfftn" > rfftn() (in module mlx.core.fft)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv411right_shiftRK5arrayRK5array14StreamOrDevice" > right_shift (C++ function)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.right_shift.html#mlx.core.right_shift" > right_shift() (in module mlx.core)< / a >
2024-03-31 08:32:20 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.fast.rms_norm.html#mlx.core.fast.rms_norm" > rms_norm() (in module mlx.core.fast)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.RMSNorm.html#mlx.nn.RMSNorm" > RMSNorm (class in mlx.nn)< / a >
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.RMSprop.html#mlx.optimizers.RMSprop" > RMSprop (class in mlx.optimizers)< / a >
2024-03-15 03:46:45 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.RNN.html#mlx.nn.RNN" > RNN (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.RoPE.html#mlx.nn.RoPE" > RoPE (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.fast.rope.html#mlx.core.fast.rope" > rope() (in module mlx.core.fast)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45roundRK5array14StreamOrDevice" > round (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv45roundRK5arrayi14StreamOrDevice" > [1]< / a >
2024-03-31 08:32:20 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.array.round.html#mlx.core.array.round" > round() (array method)< / a >
2023-12-22 14:13:41 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.round.html#mlx.core.round" > (in module mlx.core)< / a >
2023-12-22 14:13:41 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45rsqrtRK5array14StreamOrDevice" > rsqrt (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.rsqrt.html#mlx.core.array.rsqrt" > rsqrt() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.rsqrt.html#mlx.core.rsqrt" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "S" > S< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.save.html#mlx.core.save" > save() (in module mlx.core)< / a >
2024-01-11 06:14:38 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.save_gguf.html#mlx.core.save_gguf" > save_gguf() (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.save_safetensors.html#mlx.core.save_safetensors" > save_safetensors() (in module mlx.core)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.save_weights.html#mlx.nn.Module.save_weights" > save_weights() (Module method)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.savez.html#mlx.core.savez" > savez() (in module mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.savez_compressed.html#mlx.core.savez_compressed" > savez_compressed() (in module mlx.core)< / a >
2024-03-31 08:32:20 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.fast.scaled_dot_product_attention.html#mlx.core.fast.scaled_dot_product_attention" > scaled_dot_product_attention() (in module mlx.core.fast)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv47scatterRK5arrayRK5arrayRK5arrayi14StreamOrDevice" > scatter (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv47scatterRK5arrayRKNSt6vectorI5arrayEERK5arrayRKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv411scatter_addRK5arrayRK5arrayRK5arrayi14StreamOrDevice" > scatter_add (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv411scatter_addRK5arrayRKNSt6vectorI5arrayEERK5arrayRKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv411scatter_maxRK5arrayRK5arrayRK5arrayi14StreamOrDevice" > scatter_max (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv411scatter_maxRK5arrayRKNSt6vectorI5arrayEERK5arrayRKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv411scatter_minRK5arrayRK5arrayRK5arrayi14StreamOrDevice" > scatter_min (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv411scatter_minRK5arrayRKNSt6vectorI5arrayEERK5arrayRKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv412scatter_prodRK5arrayRK5arrayRK5arrayi14StreamOrDevice" > scatter_prod (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv412scatter_prodRK5arrayRKNSt6vectorI5arrayEERK5arrayRKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.random.seed.html#mlx.core.random.seed" > seed() (in module mlx.core.random)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.SELU.html#mlx.nn.SELU" > SELU (class in mlx.nn)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.selu.html#mlx.nn.selu" > selu (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Sequential.html#mlx.nn.Sequential" > Sequential (class in mlx.nn)< / a >
2024-03-15 03:46:45 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.set_cache_limit.html#mlx.core.metal.set_cache_limit" > set_cache_limit() (in module mlx.core.metal)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.set_default_device.html#mlx.core.set_default_device" > set_default_device() (in module mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.set_default_stream.html#mlx.core.set_default_stream" > set_default_stream() (in module mlx.core)< / a >
2024-03-31 08:32:20 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.set_dtype.html#mlx.nn.Module.set_dtype" > set_dtype() (Module method)< / a >
2024-03-15 03:46:45 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.set_memory_limit.html#mlx.core.metal.set_memory_limit" > set_memory_limit() (in module mlx.core.metal)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.SGD.html#mlx.optimizers.SGD" > SGD (class in mlx.optimizers)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.shape.html#mlx.core.array.shape" > shape (array property)< / a >
2024-04-26 23:24:09 +08:00
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47sigmoidRK5array14StreamOrDevice" > sigmoid (C++ function)< / a >
< ul >
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.sigmoid.html#mlx.nn.sigmoid" > (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-05-10 23:49:36 +08:00
< / ul > < / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.sigmoid.html#mlx.core.sigmoid" > sigmoid() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44signRK5array14StreamOrDevice" > sign (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.sign.html#mlx.core.sign" > sign() (in module mlx.core)< / a >
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.SiLU.html#mlx.nn.SiLU" > SiLU (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.silu.html#mlx.nn.silu" > silu (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43sinRK5array14StreamOrDevice" > sin (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.sin.html#mlx.core.array.sin" > sin() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.sin.html#mlx.core.sin" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv44sinhRK5array14StreamOrDevice" > sinh (C++ function)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.sinh.html#mlx.core.sinh" > sinh() (in module mlx.core)< / a >
< / li >
2024-01-11 06:14:38 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.SinusoidalPositionalEncoding.html#mlx.nn.SinusoidalPositionalEncoding" > SinusoidalPositionalEncoding (class in mlx.nn)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.size.html#mlx.core.array.size" > size (array property)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45sliceRK5arrayNSt6vectorIiEENSt6vectorIiEENSt6vectorIiEE14StreamOrDevice" > slice (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv45sliceRK5arrayRKNSt6vectorIiEERKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
2024-04-26 23:24:09 +08:00
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv412slice_updateRK5arrayRK5arrayNSt6vectorIiEENSt6vectorIiEE14StreamOrDevice" > slice_update (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv412slice_updateRK5arrayRK5arrayNSt6vectorIiEENSt6vectorIiEENSt6vectorIiEE14StreamOrDevice" > [1]< / a >
2023-12-22 14:13:41 +08:00
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.smooth_l1_loss.html#mlx.nn.losses.smooth_l1_loss" > smooth_l1_loss (class in mlx.nn.losses)< / a >
< / li >
< li > < a href = "cpp/ops.html#_CPPv47softmaxRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > softmax (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv47softmaxRK5arrayb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv47softmaxRK5arrayib14StreamOrDevice" > [2]< / a >
2024-03-01 04:39:18 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Softmax.html#mlx.nn.Softmax" > Softmax (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.softmax.html#mlx.nn.softmax" > softmax (class in mlx.nn)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "python/_autosummary/mlx.core.softmax.html#mlx.core.softmax" > softmax() (in module mlx.core)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Softmin.html#mlx.nn.Softmin" > Softmin (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
2024-05-21 00:40:17 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.softmin.html#mlx.nn.softmin" > softmin (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Softplus.html#mlx.nn.Softplus" > Softplus (class in mlx.nn)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.softplus.html#mlx.nn.softplus" > softplus (class in mlx.nn)< / a >
2024-02-02 05:08:29 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Softshrink.html#mlx.nn.Softshrink" > Softshrink (class in mlx.nn)< / a >
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.softshrink.html#mlx.nn.softshrink" > softshrink (class in mlx.nn)< / a >
2024-06-07 11:28:06 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Softsign.html#mlx.nn.Softsign" > Softsign (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44sortRK5array14StreamOrDevice" > sort (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv44sortRK5arrayi14StreamOrDevice" > [1]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.sort.html#mlx.core.sort" > sort() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv45splitRK5arrayRKNSt6vectorIiEE14StreamOrDevice" > split (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv45splitRK5arrayRKNSt6vectorIiEEi14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv45splitRK5arrayi14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv45splitRK5arrayii14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.split.html#mlx.core.array.split" > split() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.split.html#mlx.core.split" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.random.split.html#mlx.core.random.split" > (in module mlx.core.random)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv44sqrtRK5array14StreamOrDevice" > sqrt (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.sqrt.html#mlx.core.array.sqrt" > sqrt() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.sqrt.html#mlx.core.sqrt" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv46squareRK5array14StreamOrDevice" > square (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.square.html#mlx.core.array.square" > square() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.square.html#mlx.core.square" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv47squeezeRK5array14StreamOrDevice" > squeeze (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv47squeezeRK5arrayRKNSt6vectorIiEE14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv47squeezeRK5arrayi14StreamOrDevice" > [2]< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.squeeze.html#mlx.core.array.squeeze" > squeeze() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.squeeze.html#mlx.core.squeeze" > (in module mlx.core)< / a >
2023-12-18 05:23:03 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45stackRKNSt6vectorI5arrayEE14StreamOrDevice" > stack (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv45stackRKNSt6vectorI5arrayEEi14StreamOrDevice" > [1]< / a >
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/_autosummary/mlx.core.stack.html#mlx.core.stack" > stack() (in module mlx.core)< / a >
2024-04-12 08:33:33 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.start_capture.html#mlx.core.metal.start_capture" > start_capture() (in module mlx.core.metal)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.state.html#mlx.nn.Module.state" > state (Module property)< / a >
2024-02-09 04:44:23 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.state.html#mlx.optimizers.Optimizer.state" > (Optimizer property)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-02-09 04:44:23 +08:00
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv4StRK5array14StreamOrDevice" > std (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv4StRK5arrayRKNSt6vectorIiEEbi14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv4StRK5arraybi14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv4StRK5arrayibi14StreamOrDevice" > [3]< / a >
< / li >
2024-04-12 08:33:33 +08:00
< li > < a href = "python/_autosummary/mlx.core.std.html#mlx.core.std" > std() (in module mlx.core)< / a >
< / li >
2023-12-18 05:23:03 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Step.html#mlx.nn.Step" > Step (class in mlx.nn)< / a >
2023-12-14 06:46:24 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.step.html#mlx.nn.step" > step (class in mlx.nn)< / a >
2024-02-18 05:25:37 +08:00
< / li >
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.step_decay.html#mlx.optimizers.step_decay" > step_decay() (in module mlx.optimizers)< / a >
2024-04-12 08:33:33 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.metal.stop_capture.html#mlx.core.metal.stop_capture" > stop_capture() (in module mlx.core.metal)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv413stop_gradientRK5array14StreamOrDevice" > stop_gradient (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.stop_gradient.html#mlx.core.stop_gradient" > stop_gradient() (in module mlx.core)< / a >
< / li >
2024-02-18 05:25:37 +08:00
< li > < a href = "python/_autosummary/stream_class.html#mlx.core.Stream" > Stream (class in mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.stream.html#mlx.core.stream" > stream() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv48subtractRK5arrayRK5array14StreamOrDevice" > subtract (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.subtract.html#mlx.core.subtract" > subtract() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43sumRK5array14StreamOrDevice" > sum (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43sumRK5arrayRKNSt6vectorIiEEb14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43sumRK5arrayb14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43sumRK5arrayib14StreamOrDevice" > [3]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.sum.html#mlx.core.array.sum" > sum() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.sum.html#mlx.core.sum" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-05-21 00:40:17 +08:00
< li > < a href = "python/_autosummary/mlx.core.linalg.svd.html#mlx.core.linalg.svd" > svd() (in module mlx.core.linalg)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv48swapaxesRK5arrayii14StreamOrDevice" > swapaxes (C++ function)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.swapaxes.html#mlx.core.array.swapaxes" > swapaxes() (array method)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.core.swapaxes.html#mlx.core.swapaxes" > (in module mlx.core)< / a >
2023-12-18 05:23:03 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< / ul > < / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/_autosummary/mlx.core.synchronize.html#mlx.core.synchronize" > synchronize() (in module mlx.core)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< / ul > < / td >
< / tr > < / table >
< h2 id = "T" > T< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.T.html#mlx.core.array.T" > T (array property)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44takeRK5arrayRK5array14StreamOrDevice" > take (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv44takeRK5arrayRK5arrayi14StreamOrDevice" > [1]< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.take.html#mlx.core.take" > take() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv415take_along_axisRK5arrayRK5arrayi14StreamOrDevice" > take_along_axis (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.take_along_axis.html#mlx.core.take_along_axis" > take_along_axis() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43tanRK5array14StreamOrDevice" > tan (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.tan.html#mlx.core.tan" > tan() (in module mlx.core)< / a >
2024-04-26 23:24:09 +08:00
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv44tanhRK5array14StreamOrDevice" > tanh (C++ function)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Tanh.html#mlx.nn.Tanh" > Tanh (class in mlx.nn)< / a >
< / li >
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.tanh.html#mlx.nn.tanh" > tanh (class in mlx.nn)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.tanh.html#mlx.core.tanh" > tanh() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49tensordotRK5arrayRK5arrayKi14StreamOrDevice" > tensordot (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv49tensordotRK5arrayRK5arrayRKNSt6vectorIiEERKNSt6vectorIiEE14StreamOrDevice" > [1]< / a >
2024-01-04 12:14:05 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.tensordot.html#mlx.core.tensordot" > tensordot() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44tileRK5arrayNSt6vectorIiEE14StreamOrDevice" > tile (C++ function)< / a >
2024-03-15 03:46:45 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.tile.html#mlx.core.tile" > tile() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.tolist.html#mlx.core.array.tolist" > tolist() (array method)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44topkRK5arrayi14StreamOrDevice" > topk (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv44topkRK5arrayii14StreamOrDevice" > [1]< / a >
2024-03-15 03:46:45 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.topk.html#mlx.core.topk" > topk() (in module mlx.core)< / a >
2024-05-24 12:11:24 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< li > < a href = "cpp/ops.html#_CPPv45traceRK5array14StreamOrDevice" > trace (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv45traceRK5arrayiii14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv45traceRK5arrayiii5Dtype14StreamOrDevice" > [2]< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/_autosummary/mlx.core.trace.html#mlx.core.trace" > trace() (in module mlx.core)< / a >
2024-01-04 12:14:05 +08:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-06-07 11:28:06 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.train.html#mlx.nn.Module.train" > train() (Module method)< / a >
< / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.trainable_parameters.html#mlx.nn.Module.trainable_parameters" > trainable_parameters() (Module method)< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.training.html#mlx.nn.Module.training" > training (Module property)< / a >
2024-03-15 03:46:45 +08:00
< / li >
2024-01-04 12:14:05 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Transformer.html#mlx.nn.Transformer" > Transformer (class in mlx.nn)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv49transposeRK5array14StreamOrDevice" > transpose (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv49transposeRK5arrayNSt16initializer_listIiEE14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv49transposeRK5arrayNSt6vectorIiEE14StreamOrDevice" > [2]< / a >
2023-11-30 04:41:56 +08:00
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.transpose.html#mlx.core.array.transpose" > transpose() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.transpose.html#mlx.core.transpose" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
< li > < a href = "python/_autosummary/mlx.utils.tree_flatten.html#mlx.utils.tree_flatten" > tree_flatten() (in module mlx.utils)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.utils.tree_map.html#mlx.utils.tree_map" > tree_map() (in module mlx.utils)< / a >
2024-04-26 23:24:09 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.utils.tree_map_with_path.html#mlx.utils.tree_map_with_path" > tree_map_with_path() (in module mlx.utils)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.utils.tree_reduce.html#mlx.utils.tree_reduce" > tree_reduce() (in module mlx.utils)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.utils.tree_unflatten.html#mlx.utils.tree_unflatten" > tree_unflatten() (in module mlx.utils)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv43trii5Dtype14StreamOrDevice" > tri (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43triiii5Dtype14StreamOrDevice" > [1]< / a >
2023-12-18 05:23:03 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.tri.html#mlx.core.tri" > tri() (in module mlx.core)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44tril5arrayi14StreamOrDevice" > tril (C++ function)< / a >
2023-12-18 05:23:03 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.tril.html#mlx.core.tril" > tril() (in module mlx.core)< / a >
2023-12-22 14:13:41 +08:00
< / li >
2024-04-26 23:24:09 +08:00
< li > < a href = "python/nn/_autosummary_functions/mlx.nn.losses.triplet_loss.html#mlx.nn.losses.triplet_loss" > triplet_loss (class in mlx.nn.losses)< / a >
2024-05-10 23:49:36 +08:00
< / li >
< li > < a href = "cpp/ops.html#_CPPv44triu5arrayi14StreamOrDevice" > triu (C++ function)< / a >
2023-12-18 05:23:03 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.triu.html#mlx.core.triu" > triu() (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< li > < a href = "python/_autosummary/mlx.core.random.truncated_normal.html#mlx.core.random.truncated_normal" > truncated_normal() (in module mlx.core.random)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "U" > U< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.unfreeze.html#mlx.nn.Module.unfreeze" > unfreeze() (Module method)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.random.uniform.html#mlx.core.random.uniform" > uniform() (in module mlx.core.random)< / a >
2024-02-02 05:08:29 +08:00
< ul >
< li > < a href = "python/nn/_autosummary/mlx.nn.init.uniform.html#mlx.nn.init.uniform" > (in module mlx.nn.init)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-02-02 05:08:29 +08:00
< / ul > < / li >
2024-01-04 12:14:05 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.update.html#mlx.nn.Module.update" > update() (Module method)< / a >
2024-02-09 04:44:23 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/optimizers/_autosummary/mlx.optimizers.Optimizer.update.html#mlx.optimizers.Optimizer.update" > (Optimizer method)< / a >
2024-01-04 12:14:05 +08:00
< / li >
2024-02-09 04:44:23 +08:00
< / ul > < / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/nn/_autosummary/mlx.nn.Module.update_modules.html#mlx.nn.Module.update_modules" > update_modules() (Module method)< / a >
2024-03-01 04:39:18 +08:00
< / li >
< li > < a href = "python/nn/_autosummary/mlx.nn.Upsample.html#mlx.nn.Upsample" > Upsample (class in mlx.nn)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "V" > V< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.value_and_grad.html#mlx.core.value_and_grad" > value_and_grad() (in module mlx.core)< / a >
< ul >
< li > < a href = "python/_autosummary/mlx.nn.value_and_grad.html#mlx.nn.value_and_grad" > (in module mlx.nn)< / a >
< / li >
< / ul > < / li >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv43varRK5array14StreamOrDevice" > var (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv43varRK5arrayRKNSt6vectorIiEEbi14StreamOrDevice" > [1]< / a > , < a href = "cpp/ops.html#_CPPv43varRK5arraybi14StreamOrDevice" > [2]< / a > , < a href = "cpp/ops.html#_CPPv43varRK5arrayibi14StreamOrDevice" > [3]< / a >
< / li >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.array.var.html#mlx.core.array.var" > var() (array method)< / a >
2023-11-30 04:41:56 +08:00
< ul >
2024-03-31 08:32:20 +08:00
< li > < a href = "python/_autosummary/mlx.core.var.html#mlx.core.var" > (in module mlx.core)< / a >
2023-11-30 04:41:56 +08:00
< / li >
< / ul > < / li >
2024-06-07 11:28:06 +08:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "cpp/ops.html#_CPPv44viewRK5arrayRK5Dtype14StreamOrDevice" > view (C++ function)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.view.html#mlx.core.view" > view() (in module mlx.core)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.vjp.html#mlx.core.vjp" > vjp() (in module mlx.core)< / a >
< / li >
< li > < a href = "python/_autosummary/mlx.core.vmap.html#mlx.core.vmap" > vmap() (in module mlx.core)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "W" > W< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
2024-05-10 23:49:36 +08:00
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "cpp/ops.html#_CPPv45whereRK5arrayRK5arrayRK5array14StreamOrDevice" > where (C++ function)< / a >
< / li >
< / ul > < / td >
2023-11-30 04:41:56 +08:00
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "python/_autosummary/mlx.core.where.html#mlx.core.where" > where() (in module mlx.core)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "Z" > Z< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv45zerosRKNSt6vectorIiEE14StreamOrDevice" > zeros (C++ function)< / a > , < a href = "cpp/ops.html#_CPPv45zerosRKNSt6vectorIiEE5Dtype14StreamOrDevice" > [1]< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.zeros.html#mlx.core.zeros" > zeros() (in module mlx.core)< / a >
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2024-05-10 23:49:36 +08:00
< li > < a href = "cpp/ops.html#_CPPv410zeros_likeRK5array14StreamOrDevice" > zeros_like (C++ function)< / a >
< / li >
2023-11-30 04:41:56 +08:00
< li > < a href = "python/_autosummary/mlx.core.zeros_like.html#mlx.core.zeros_like" > zeros_like() (in module mlx.core)< / a >
< / li >
< / ul > < / td >
< / tr > < / table >
2023-12-06 04:10:03 +08:00
< / article >
2023-11-30 04:41:56 +08:00
2023-12-06 04:10:03 +08:00
< footer class = "prev-next-footer" >
< div class = "prev-next-area" >
< / div >
< / footer >
< / div >
< / div >
< footer class = "bd-footer-content" >
< div class = "bd-footer-content__inner container" >
< div class = "footer-item" >
< p class = "component-author" >
By MLX Contributors
< / p >
2023-11-30 04:41:56 +08:00
< / div >
2023-12-06 04:10:03 +08:00
< div class = "footer-item" >
2023-11-30 04:41:56 +08:00
2023-12-06 04:10:03 +08:00
< p class = "copyright" >
© Copyright 2023, MLX Contributors.
< br / >
< / p >
2023-11-30 04:41:56 +08:00
< / div >
2023-12-06 04:10:03 +08:00
< div class = "footer-item" >
< / div >
< div class = "footer-item" >
< / div >
< / div >
< / footer >
< / main >
< / div >
< / div >
<!-- Scripts loaded after <body> so the DOM is not blocked -->
< script src = "_static/scripts/bootstrap.js?digest=5b4479735964841361fd" > < / script >
< script src = "_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd" > < / script >
2023-11-30 04:41:56 +08:00
2023-12-06 04:10:03 +08:00
< footer class = "bd-footer" >
< / footer >
< / body >
2023-11-30 04:41:56 +08:00
< / html >