onnxruntime/python
Ryan Hill ac549a3e67 Update Python Docs to v1.1.0 (#2717)
* Update to v1.1.0

* Update Python docs to v1.1.0
2019-12-20 17:11:46 -08:00
..
.doctrees Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
_downloads Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
_images Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
_modules Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
_sources Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
_static Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
auto_examples Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
.buildinfo Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
.nojekyll New web site 1.0.0 (#2289) 2019-10-30 09:35:16 -07:00
api_summary.html Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
examples_md.html Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
genindex.html Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
index.html Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
objects.inv Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
README.html Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
search.html Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
searchindex.js Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00
tutorial.html Update Python Docs to v1.1.0 (#2717) 2019-12-20 17:11:46 -08:00

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta http-equiv="x-ua-compatible" content="ie=edge">

  <title>ONNX Runtime</title>

  <link rel="stylesheet" href="_static/alabaster.css" type="text/css"/>
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  <link rel="stylesheet" href="_static/gallery.css" type="text/css" />
</head>
<body>
<div class="container">
  <div class="row" style="margin-top: 1rem;">
    <div id="sidebar" class="col-xs-12 col-sm-3">
      <a href="index.html">
        <img style="margin-bottom: 0.5rem;" class="img-fluid" src="_static/ONNX_Runtime_icon.png"/>
      </a>
      <div id="searchbox" style="display: none" role="search">
        <form class="form-inline" action="search.html" method="get">
          <div class="form-group">
            <label class="sr-only" for="searchInput">Search</label>
            <input type="text" class="form-control" name="q" id="searchInput" placeholder="Search">
          </div>
          <button type="submit" class="btn btn-secondary" style="display:none">Go</button>
          <input type="hidden" name="check_keywords" value="yes"/>
          <input type="hidden" name="area" value="default"/>
        </form>
      </div>

      <hr>

        <div id="toc">
        <ul>
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#step-1-train-a-model-using-your-favorite-framework">Step 1: Train a model using your favorite framework</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#step-2-convert-or-export-the-model-into-onnx-format">Step 2: Convert or export the model into ONNX format</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#step-3-load-and-run-the-model-using-onnx-runtime">Step 3: Load and run the model using ONNX Runtime</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="api_summary.html">API Summary</a><ul>
<li class="toctree-l2"><a class="reference internal" href="api_summary.html#device">Device</a></li>
<li class="toctree-l2"><a class="reference internal" href="api_summary.html#examples-and-datasets">Examples and datasets</a></li>
<li class="toctree-l2"><a class="reference internal" href="api_summary.html#load-and-run-a-model">Load and run a model</a></li>
<li class="toctree-l2"><a class="reference internal" href="api_summary.html#backend">Backend</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="auto_examples/index.html">Gallery of examples</a><ul>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_pipeline.html">Draw a pipeline</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_load_and_predict.html">Load and predict with ONNX Runtime and a very simple model</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_profiling.html">Profile the execution of a simple model</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_backend.html">ONNX Runtime Backend for ONNX</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_metadata.html">Metadata</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_dl_keras.html">ONNX Runtime for Keras</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_convert_pipeline_vectorizer.html">Train, convert and predict with ONNX Runtime</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_common_errors.html">Common errors with onnxruntime</a></li>
<li class="toctree-l2"><a class="reference internal" href="auto_examples/plot_train_convert_predict.html">Train, convert and predict with ONNX Runtime</a></li>
</ul>
</li>
</ul>

        </div>
    </div>
    <div class="col-xs-12 col-sm-9">
      <div class="section" id="onnx-runtime">
<h1>ONNX Runtime<a class="headerlink" href="#onnx-runtime" title="Permalink to this headline">¶</a></h1>
<p>ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
For more information on ONNX Runtime, please see <a class="reference external" href="https://aka.ms/onnxruntime/">aka.ms/onnxruntime</a> or the <a class="reference external" href="https://github.com/microsoft/onnxruntime/">Github project</a>.</p>
<div class="section" id="changes">
<h2>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id1">
<h3>1.1.0<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<p>Release Notes : <a class="reference external" href="https://github.com/Microsoft/onnxruntime/releases/tag/v1.1.0">https://github.com/Microsoft/onnxruntime/releases/tag/v1.1.0</a></p>
</div>
<div class="section" id="id2">
<h3>1.0.0<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<p>Release Notes : <a class="reference external" href="https://github.com/Microsoft/onnxruntime/releases/tag/v1.0.0">https://github.com/Microsoft/onnxruntime/releases/tag/v1.0.0</a></p>
</div>
<div class="section" id="id3">
<h3>0.5.0<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
<p>Release Notes : <a class="reference external" href="https://github.com/Microsoft/onnxruntime/releases/tag/v0.5.0">https://github.com/Microsoft/onnxruntime/releases/tag/v0.5.0</a></p>
</div>
<div class="section" id="id4">
<h3>0.4.0<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
<p>Release Notes : <a class="reference external" href="https://github.com/Microsoft/onnxruntime/releases/tag/v0.4.0">https://github.com/Microsoft/onnxruntime/releases/tag/v0.4.0</a></p>
</div>
</div>
</div>

    </div>
  </div>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"
        integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY"
        crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js"
        integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB"
        crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/js/bootstrap.min.js"
        integrity="sha384-ux8v3A6CPtOTqOzMKiuo3d/DomGaaClxFYdCu2HPMBEkf6x2xiDyJ7gkXU0MWwaD"
        crossorigin="anonymous"></script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/0.6.0/lunr.min.js"></script>
<script src="_static/searchtools.js"></script>
<script>$('#searchbox').show(0)</script>
</body>
</html>