|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> |
| 3 | +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | + |
| 9 | + |
| 10 | + <link rel="shortcut icon" href="/favicon.ico"> |
| 11 | + |
| 12 | + <title>Documentation - The Tensor Algebra Compiler (TACO)</title> |
| 13 | + <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> |
| 14 | + |
| 15 | + <link rel="stylesheet" href="/css/theme.css" type="text/css" /> |
| 16 | + <link rel="stylesheet" href="/css/theme_extra.css" type="text/css" /> |
| 17 | + <link rel="stylesheet" href="/css/highlight.css"> |
| 18 | + <link href="/extra.css" rel="stylesheet"> |
| 19 | + |
| 20 | + <script src="/js/jquery-2.1.1.min.js"></script> |
| 21 | + <script src="/js/modernizr-2.8.3.min.js"></script> |
| 22 | + <script type="text/javascript" src="/js/highlight.pack.js"></script> |
| 23 | + |
| 24 | +</head> |
| 25 | + |
| 26 | +<body class="wy-body-for-nav" role="document"> |
| 27 | + |
| 28 | + <div class="wy-grid-for-nav"> |
| 29 | + |
| 30 | + |
| 31 | + <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> |
| 32 | + <div class="wy-side-nav-search"> |
| 33 | + <a href="/index.html" class="icon icon-home"> Documentation - The Tensor Algebra Compiler (TACO)</a> |
| 34 | + <div role="search"> |
| 35 | + <form id ="rtd-search-form" class="wy-form" action="/search.html" method="get"> |
| 36 | + <input type="text" name="q" placeholder="Search docs" /> |
| 37 | + </form> |
| 38 | +</div> |
| 39 | + </div> |
| 40 | + |
| 41 | + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
| 42 | + <ul class="current"> |
| 43 | + |
| 44 | + |
| 45 | + <li class="toctree-l1"> |
| 46 | + |
| 47 | + <a class="" href="/index.html">Home</a> |
| 48 | + </li> |
| 49 | + |
| 50 | + <li class="toctree-l1"> |
| 51 | + |
| 52 | + <span class="caption-text">C++ Library</span> |
| 53 | + <ul class="subnav"> |
| 54 | + <li class=""> |
| 55 | + |
| 56 | + <a class="" href="/tensors/index.html">Defining Tensors</a> |
| 57 | + </li> |
| 58 | + <li class=""> |
| 59 | + |
| 60 | + <a class="" href="/computations/index.html">Computing on Tensors</a> |
| 61 | + </li> |
| 62 | + </ul> |
| 63 | + </li> |
| 64 | + |
| 65 | + <li class="toctree-l1"> |
| 66 | + |
| 67 | + <span class="caption-text">Python Library</span> |
| 68 | + <ul class="subnav"> |
| 69 | + <li class=""> |
| 70 | + |
| 71 | + <a class="" href="/tutorial/index.html">Tutorial</a> |
| 72 | + </li> |
| 73 | + <li class=""> |
| 74 | + |
| 75 | + <a class="" href="/pytensors/index.html">Defining Tensors</a> |
| 76 | + </li> |
| 77 | + <li class=""> |
| 78 | + |
| 79 | + <a class="" href="/pycomputations/index.html">Computing on Tensors</a> |
| 80 | + </li> |
| 81 | + <li class=""> |
| 82 | + |
| 83 | + <a class="" href="/pyreference/index.html">Reference Manual</a> |
| 84 | + </li> |
| 85 | + </ul> |
| 86 | + </li> |
| 87 | + |
| 88 | + <li class="toctree-l1"> |
| 89 | + |
| 90 | + <span class="caption-text">Example Applications</span> |
| 91 | + <ul class="subnav"> |
| 92 | + <li class=""> |
| 93 | + |
| 94 | + <a class="" href="/scientific_computing/index.html">Scientific Computing: SpMV</a> |
| 95 | + </li> |
| 96 | + <li class=""> |
| 97 | + |
| 98 | + <a class="" href="/data_analytics/index.html">Data Analytics: MTTKRP</a> |
| 99 | + </li> |
| 100 | + <li class=""> |
| 101 | + |
| 102 | + <a class="" href="/machine_learning/index.html">Machine Learning: SDDMM</a> |
| 103 | + </li> |
| 104 | + </ul> |
| 105 | + </li> |
| 106 | + |
| 107 | + <li class="toctree-l1"> |
| 108 | + |
| 109 | + <a class="" href="/optimization/index.html">Strategies for Optimization</a> |
| 110 | + </li> |
| 111 | + |
| 112 | + </ul> |
| 113 | + </div> |
| 114 | + |
| 115 | + </nav> |
| 116 | + |
| 117 | + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
| 118 | + |
| 119 | + |
| 120 | + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> |
| 121 | + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| 122 | + <a href="/index.html">Documentation - The Tensor Algebra Compiler (TACO)</a> |
| 123 | + </nav> |
| 124 | + |
| 125 | + |
| 126 | + <div class="wy-nav-content"> |
| 127 | + <div class="rst-content"> |
| 128 | + <div role="navigation" aria-label="breadcrumbs navigation"> |
| 129 | + <ul class="wy-breadcrumbs"> |
| 130 | + <li><a href="/index.html">Docs</a> »</li> |
| 131 | + |
| 132 | + |
| 133 | + <li class="wy-breadcrumbs-aside"> |
| 134 | + |
| 135 | + </li> |
| 136 | + </ul> |
| 137 | + <hr/> |
| 138 | +</div> |
| 139 | + <div role="main"> |
| 140 | + <div class="section"> |
| 141 | + |
| 142 | + |
| 143 | + <h1 id="404-page-not-found">404</h1> |
| 144 | + |
| 145 | + <p><strong>Page not found</strong></p> |
| 146 | + |
| 147 | + |
| 148 | + </div> |
| 149 | + </div> |
| 150 | + <footer> |
| 151 | + |
| 152 | + |
| 153 | + <hr/> |
| 154 | + |
| 155 | + <div role="contentinfo"> |
| 156 | + <!-- Copyright etc --> |
| 157 | + |
| 158 | + </div> |
| 159 | + |
| 160 | + Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. |
| 161 | +</footer> |
| 162 | + |
| 163 | + </div> |
| 164 | + </div> |
| 165 | + |
| 166 | + </section> |
| 167 | + |
| 168 | + </div> |
| 169 | + |
| 170 | + <div class="rst-versions" role="note" style="cursor: pointer"> |
| 171 | + <span class="rst-current-version" data-toggle="rst-current-version"> |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + </span> |
| 176 | +</div> |
| 177 | + <script>var base_url = '';</script> |
| 178 | + <script src="/js/theme.js"></script> |
| 179 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> |
| 180 | + <script src="/search/require.js"></script> |
| 181 | + <script src="/search/search.js"></script> |
| 182 | + |
| 183 | +</body> |
| 184 | +</html> |
0 commit comments