mlx/docs/build/html/namespacemembers_o.html

149 lines
11 KiB
HTML
Raw Normal View History

2024-10-15 23:12:17 +08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
2025-02-07 04:16:29 +08:00
<meta name="generator" content="Doxygen 1.13.2"/>
2024-10-15 23:12:17 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>MLX: Namespace Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
2025-01-10 05:56:20 +08:00
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
2024-10-15 23:12:17 +08:00
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
2025-01-10 05:56:20 +08:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { init_search(); });
/* @license-end */
</script>
2024-10-15 23:12:17 +08:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">MLX
</div>
</td>
2025-01-10 05:56:20 +08:00
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()">&#160;</span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</td>
2024-10-15 23:12:17 +08:00
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2025-02-07 04:16:29 +08:00
<!-- Generated by Doxygen 1.13.2 -->
2024-10-15 23:12:17 +08:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
</div><!-- top -->
2025-01-10 05:56:20 +08:00
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
2024-10-15 23:12:17 +08:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
2025-01-10 05:56:20 +08:00
$(function(){initNavTree('namespacemembers_o.html',''); initResizable(true); });
2024-10-15 23:12:17 +08:00
/* @license-end */
</script>
2025-01-10 05:56:20 +08:00
<div id="doc-content">
2024-10-15 23:12:17 +08:00
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all namespace members with links to the namespace documentation for each member:</div>
<h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
2024-12-07 05:22:39 +08:00
<li>ones()&#160;:&#160;<a class="el" href="group__ops.html#gae0069146cf8c819b15ba29aa7231a3f0">mlx::core</a></li>
2024-10-15 23:12:17 +08:00
<li>ones_like()&#160;:&#160;<a class="el" href="group__ops.html#ga94f8d3b1906fee99da9cbe39f7be7d42">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator!()&#160;:&#160;<a class="el" href="namespacemlx_1_1core_1_1simd.html#a745e05627c77152ec13d8d90c19cc9bf">mlx::core::simd</a></li>
<li>operator!=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a94d00a1b7f8a4717ab3f26f45e4da655">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a4971bfe7f9f9319f859b3040c18f39ca">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#aa4364eda56525cf7576ff00e550175e6">mlx::steel</a></li>
2024-10-15 23:12:17 +08:00
<li>operator%()&#160;:&#160;<a class="el" href="group__ops.html#gab3bfbf82b1e4de7b00bbcf1a2255fbde">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator&amp;()&#160;:&#160;<a class="el" href="group__ops.html#gaf0d232de4cbfffda1e2c838f8afdf6ff">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a0727c897502944659b3e32b3cde9ee9b">mlx::core::simd</a></li>
<li>operator&amp;&amp;()&#160;:&#160;<a class="el" href="group__ops.html#gaee1d774bb0843601d7a0a4257d616ae3">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a85c23e7ed6fe0ec6dfe4c61f7412a362">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#a6353bf11881842e25c46b56f92b7044f">mlx::steel</a></li>
2024-10-15 23:12:17 +08:00
<li>operator&amp;=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a60c263ef46e552c3954688869734b513">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator*()&#160;:&#160;<a class="el" href="group__ops.html#ga26c33f5cdb6fc10d272acd6e208034e0">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a08c1e7a00b1b4bc60e30d1554f4f46f2">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#aa0c2d29950926ae579adf6337fbea64b">mlx::steel</a></li>
2024-10-15 23:12:17 +08:00
<li>operator*=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a0dd3893abc8986901872c8365ab1509d">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator+()&#160;:&#160;<a class="el" href="group__ops.html#ga26e5a043eaaaf066d1400adac9c11d0c">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#aac6acd134f1498b4fb45fdbc882335bf">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#a12ff4f38aa8474bf76770c7b8e3e18cb">mlx::steel</a></li>
2024-10-15 23:12:17 +08:00
<li>operator+=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a9f2c9d2f21fbf9fbbacd940c6967c9d1">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator-()&#160;:&#160;<a class="el" href="group__ops.html#gade2eea48989f4caaf36e89f7bd2a8816">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#af5be79b8dada8f8e91ae7c03c16606ec">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#aca8ef21c16984ccb329b3bd0c1e4be48">mlx::steel</a></li>
2024-10-15 23:12:17 +08:00
<li>operator-=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a8b8a55690df46d97fcfc2a60120783af">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator/()&#160;:&#160;<a class="el" href="group__ops.html#gaeedf77f722b394429f1a7f6c367883bf">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#ac86a54a5e2ccc79bc92739f143bc0bef">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#a6bde717aca2051499f73a3eee199bfdd">mlx::steel</a></li>
2024-10-15 23:12:17 +08:00
<li>operator/=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a045ff27257cb6d8ab7a94771ba5a17e6">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator&lt;()&#160;:&#160;<a class="el" href="group__ops.html#gaee41e2b8f61d563200ff03575ac1d6c3">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a6cd6e41660608d17ca8d38658d5e385c">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#adb5f24b57d98214fc215a06475f21412">mlx::steel</a></li>
<li>operator&lt;&lt;()&#160;:&#160;<a class="el" href="group__ops.html#gad656c30f9fd7d9467e405657b325aa7e">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#ae21cbfd232edd7fe0f6f6c9fa11a354e">mlx::core::simd</a></li>
<li>operator&lt;=()&#160;:&#160;<a class="el" href="group__ops.html#ga4c8b8a1632944acaae50f0de6c23ece6">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a4d5e4c31af23d2871e09b88c1f6e418c">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#a6cc3bab5e7f6e7c719c82afa90ad2827">mlx::steel</a></li>
<li>operator==()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a937503d72b66c661bf3f5fdcd98ef97c">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a273fcc5387c1c9878e658ba6bc32f00c">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#abcc797f27e87e857b41c1a8d33ee2c78">mlx::steel</a></li>
<li>operator&gt;()&#160;:&#160;<a class="el" href="group__ops.html#ga74fd2777adef10e6fe628a9cdadb01cb">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#abd37e62eff936a64677b5aba787b4d18">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#a7512eadda6160e4c9d9e6aa4049fac20">mlx::steel</a></li>
<li>operator&gt;=()&#160;:&#160;<a class="el" href="group__ops.html#ga3a41895f25ed083a36994d95fa102546">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a87e11ab36aae3328fe3d5230bdf31692">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#aa3c95c60cf69603705bb4636de547bcb">mlx::steel</a></li>
<li>operator&gt;&gt;()&#160;:&#160;<a class="el" href="group__ops.html#ga498b61f7e8f056ae00297fa0dc17303a">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a6e45c9c2f0591d9d5dd37a07ebcc3c2a">mlx::core::simd</a></li>
<li>operator^()&#160;:&#160;<a class="el" href="group__ops.html#gac3a6fe18694e84b3d63458e9553ac181">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a25b3de1947dbab7c4864b41ec226453b">mlx::core::simd</a></li>
2024-10-15 23:12:17 +08:00
<li>operator^=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a97cb7d3eac404a442e84656cefe7cfb4">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator|()&#160;:&#160;<a class="el" href="group__ops.html#ga52392a2a98f09a80da8d338c4908bd02">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#ab2b540d7329491000e7722f9b3ef797d">mlx::core::simd</a></li>
2024-10-15 23:12:17 +08:00
<li>operator|=()&#160;:&#160;<a class="el" href="namespacemlx_1_1core.html#a8e1d21375ae4b89b3cbea3a46d262abd">mlx::core</a></li>
2025-02-07 04:16:29 +08:00
<li>operator||()&#160;:&#160;<a class="el" href="group__ops.html#ga27af56a98270d4d76d139f0f9171b83a">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#ab380b8f73672727a38ea0931e731fe4a">mlx::core::simd</a>, <a class="el" href="namespacemlx_1_1steel.html#a1bb3ac5061a04e407fc4cdcc9f6ea03f">mlx::steel</a></li>
2025-02-15 05:44:39 +08:00
<li>operator~()&#160;:&#160;<a class="el" href="group__ops.html#ga849365a62878579a33b3d3ad09bbc7be">mlx::core</a>, <a class="el" href="namespacemlx_1_1core_1_1simd.html#a290787dda17296d27af7afdef3c732a9">mlx::core::simd</a></li>
2024-10-15 23:12:17 +08:00
<li>outer()&#160;:&#160;<a class="el" href="group__ops.html#ga866af24e10db2797e1c5a5986dbf6c0d">mlx::core</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
2025-01-10 05:56:20 +08:00
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
2025-02-07 04:16:29 +08:00
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
2025-01-10 05:56:20 +08:00
</ul>
</div>
2024-10-15 23:12:17 +08:00
</body>
</html>