mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: tianleiwu <tianleiwu@users.noreply.github.com>
167 lines
No EOL
7.2 KiB
HTML
167 lines
No EOL
7.2 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156955408-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-156955408-1');
|
|
</script>
|
|
|
|
<title>Computation times — ONNX Runtime 1.14.0 documentation</title>
|
|
<link rel="stylesheet" type="text/css" href="../static/pygments.css" />
|
|
<link rel="stylesheet" type="text/css" href="../static/alabaster.css" />
|
|
<link rel="stylesheet" type="text/css" href="../static/graphviz.css" />
|
|
<link rel="stylesheet" type="text/css" href="../static/sg_gallery.css" />
|
|
<link rel="stylesheet" type="text/css" href="../static/sg_gallery-binder.css" />
|
|
<link rel="stylesheet" type="text/css" href="../static/sg_gallery-dataframe.css" />
|
|
<link rel="stylesheet" type="text/css" href="../static/sg_gallery-rendered-html.css" />
|
|
<script data-url_root="../" id="documentation_options" src="../static/documentation_options.js"></script>
|
|
<script src="../static/jquery.js"></script>
|
|
<script src="../static/underscore.js"></script>
|
|
<script src="../static/_sphinx_javascript_frameworks_compat.js"></script>
|
|
<script src="../static/doctools.js"></script>
|
|
<script src="../static/sphinx_highlight.js"></script>
|
|
<link rel="index" title="Index" href="../genindex.html" />
|
|
<link rel="search" title="Search" href="../search.html" />
|
|
|
|
<link rel="stylesheet" href="../static/custom.css" type="text/css" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
|
|
</head><body>
|
|
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
|
|
|
|
<div class="body" role="main">
|
|
|
|
<section id="computation-times">
|
|
<span id="sphx-glr-auto-examples-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this heading">¶</a></h1>
|
|
<p><strong>03:10.156</strong> total execution time for <strong>auto_examples</strong> files:</p>
|
|
<table class="docutils align-default">
|
|
<colgroup>
|
|
<col style="width: 85%" />
|
|
<col style="width: 9%" />
|
|
<col style="width: 6%" />
|
|
</colgroup>
|
|
<tbody>
|
|
<tr class="row-odd"><td><p><a class="reference internal" href="plot_train_convert_predict.html#sphx-glr-auto-examples-plot-train-convert-predict-py"><span class="std std-ref">Train, convert and predict with ONNX Runtime</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_train_convert_predict.py</span></code>)</p></td>
|
|
<td><p>03:08.827</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
<tr class="row-even"><td><p><a class="reference internal" href="plot_convert_pipeline_vectorizer.html#sphx-glr-auto-examples-plot-convert-pipeline-vectorizer-py"><span class="std std-ref">Train, convert and predict with ONNX Runtime</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_convert_pipeline_vectorizer.py</span></code>)</p></td>
|
|
<td><p>00:01.066</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
<tr class="row-odd"><td><p><a class="reference internal" href="plot_pipeline.html#sphx-glr-auto-examples-plot-pipeline-py"><span class="std std-ref">Draw a pipeline</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_pipeline.py</span></code>)</p></td>
|
|
<td><p>00:00.221</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
<tr class="row-even"><td><p><a class="reference internal" href="plot_backend.html#sphx-glr-auto-examples-plot-backend-py"><span class="std std-ref">ONNX Runtime Backend for ONNX</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_backend.py</span></code>)</p></td>
|
|
<td><p>00:00.016</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
<tr class="row-odd"><td><p><a class="reference internal" href="plot_load_and_predict.html#sphx-glr-auto-examples-plot-load-and-predict-py"><span class="std std-ref">Load and predict with ONNX Runtime and a very simple model</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_load_and_predict.py</span></code>)</p></td>
|
|
<td><p>00:00.009</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
<tr class="row-even"><td><p><a class="reference internal" href="plot_common_errors.html#sphx-glr-auto-examples-plot-common-errors-py"><span class="std std-ref">Common errors with onnxruntime</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_common_errors.py</span></code>)</p></td>
|
|
<td><p>00:00.008</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
<tr class="row-odd"><td><p><a class="reference internal" href="plot_profiling.html#sphx-glr-auto-examples-plot-profiling-py"><span class="std std-ref">Profile the execution of a simple model</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_profiling.py</span></code>)</p></td>
|
|
<td><p>00:00.005</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
<tr class="row-even"><td><p><a class="reference internal" href="plot_metadata.html#sphx-glr-auto-examples-plot-metadata-py"><span class="std std-ref">Metadata</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_metadata.py</span></code>)</p></td>
|
|
<td><p>00:00.003</p></td>
|
|
<td><p>0.0 MB</p></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
<div class="sphinxsidebarwrapper">
|
|
<p class="logo"><a href="../index.html">
|
|
<img class="logo" src="../static/ONNX_Runtime_icon.png" alt="Logo"/>
|
|
</a></p>
|
|
<h1 class="logo"><a href="../index.html">ONNX Runtime</a></h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="../tutorial.html">Tutorial</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../api_summary.html">API</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="index.html">Gallery of examples</a></li>
|
|
</ul>
|
|
|
|
<div class="relations">
|
|
<h3>Related Topics</h3>
|
|
<ul>
|
|
<li><a href="../index.html">Documentation overview</a><ul>
|
|
</ul></li>
|
|
</ul>
|
|
</div>
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="../search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script>document.getElementById('searchbox').style.display = "block"</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="footer">
|
|
©2018-2023, Microsoft.
|
|
|
|
|
|
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
|
|
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
|
|
|
|
|
|
|
<a href="../sources/auto_examples/sg_execution_times.rst.txt"
|
|
rel="nofollow">Page source</a>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |