2019-12-20 21:38:07 +00:00
2019-10-30 16:35:16 +00:00
<!DOCTYPE html>
2019-12-20 21:38:07 +00:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" >
< head >
< meta charset = "utf-8" / >
2019-12-21 01:11:46 +00:00
< title > Python Bindings for ONNX Runtime — ONNX Runtime 1.1.0 documentation< / title >
2019-12-20 21:38:07 +00:00
< link rel = "stylesheet" href = "_static/alabaster.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< link rel = "stylesheet" type = "text/css" href = "_static/gallery.css" / >
< link rel = "stylesheet" type = "text/css" href = "_static/graphviz.css" / >
< script type = "text/javascript" id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
< script type = "text/javascript" src = "_static/jquery.js" > < / script >
< script type = "text/javascript" src = "_static/underscore.js" > < / script >
< script type = "text/javascript" src = "_static/doctools.js" > < / script >
< script type = "text/javascript" src = "_static/language_data.js" > < / script >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
< link rel = "next" title = "Tutorial" href = "tutorial.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" / >
2019-10-30 16:35:16 +00:00
2019-12-20 21:38:07 +00:00
< / head > < body >
2019-10-30 16:35:16 +00:00
2019-12-20 21:38:07 +00:00
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "python-bindings-for-onnx-runtime" >
2019-10-30 16:35:16 +00:00
< h1 > Python Bindings for ONNX Runtime< a class = "headerlink" href = "#python-bindings-for-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 = "toctree-wrapper compound" >
< 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 Summary< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "auto_examples/index.html" > Gallery of examples< / a > < / li >
< / ul >
< / div >
< / div >
2019-12-20 21:38:07 +00:00
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "#" >
< img class = "logo" src = "_static/ONNX_Runtime_icon.png" alt = "Logo" / >
< / a > < / p >
< h1 class = "logo" > < a href = "#" > 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 Summary< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "auto_examples/index.html" > Gallery of examples< / a > < / li >
< / ul >
< div class = "relations" >
< h3 > Related Topics< / h3 >
< ul >
< li > < a href = "#" > Documentation overview< / a > < ul >
< li > Next: < a href = "tutorial.html" title = "next chapter" > Tutorial< / a > < / li >
< / 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" / >
< input type = "submit" value = "Go" / >
< / form >
2019-10-30 16:35:16 +00:00
< / div >
< / div >
2019-12-20 21:38:07 +00:00
< script type = "text/javascript" > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
© 2018-2019, Microsoft.
|
2019-12-21 01:11:46 +00:00
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 2.3.0< / a >
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.11< / a >
2019-12-20 21:38:07 +00:00
|
< a href = "_sources/index.rst.txt"
rel="nofollow">Page source< / a >
< / div >
2019-10-30 16:35:16 +00:00
2019-12-20 21:38:07 +00:00
< / body >
2019-10-30 16:35:16 +00:00
< / html >