2019-12-20 21:38:07 +00:00
2019-10-30 16:35:16 +00:00
<!DOCTYPE html>
2020-08-13 02:12:50 +00:00
< html lang = "en" >
2019-12-20 21:38:07 +00:00
< head >
< meta charset = "utf-8" / >
2023-01-21 18:34:16 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.17.1: http://docutils.sourceforge.net/" / >
2022-01-04 17:32:40 +00:00
2022-12-09 23:55:42 +00:00
<!-- 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 > Python Bindings for ONNX Runtime — ONNX Runtime 1.14.0 documentation< / title >
2022-01-04 17:32:40 +00:00
< link rel = "stylesheet" type = "text/css" href = "static/pygments.css" / >
< link rel = "stylesheet" type = "text/css" href = "static/alabaster.css" / >
2021-02-11 00:34:31 +00:00
< link rel = "stylesheet" type = "text/css" href = "static/graphviz.css" / >
2022-01-04 17:32:40 +00:00
< 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 >
2023-01-21 18:34:16 +00:00
< script src = "static/jquery.js" > < / script >
< script src = "static/underscore.js" > < / script >
< script src = "static/_sphinx_javascript_frameworks_compat.js" > < / script >
2021-02-11 00:34:31 +00:00
< script src = "static/doctools.js" > < / script >
2022-12-09 23:55:42 +00:00
< script src = "static/sphinx_highlight.js" > < / script >
2019-12-20 21:38:07 +00:00
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
< link rel = "next" title = "Tutorial" href = "tutorial.html" / >
2021-02-11 00:34:31 +00:00
< link rel = "stylesheet" href = "static/custom.css" type = "text/css" / >
2019-12-20 21:38:07 +00:00
< 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" >
2022-01-04 17:32:40 +00:00
< section id = "python-bindings-for-onnx-runtime" >
2022-08-03 17:24:42 +00:00
< h1 > Python Bindings for ONNX Runtime< a class = "headerlink" href = "#python-bindings-for-onnx-runtime" title = "Permalink to this heading" > ¶< / a > < / h1 >
2019-10-30 16:35:16 +00:00
< 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 >
2022-03-16 01:13:11 +00:00
< li class = "toctree-l1" > < a class = "reference internal" href = "api_summary.html" > API< / a > < / li >
2019-10-30 16:35:16 +00:00
< li class = "toctree-l1" > < a class = "reference internal" href = "auto_examples/index.html" > Gallery of examples< / a > < / li >
< / ul >
< / div >
2022-01-04 17:32:40 +00:00
< / section >
2019-10-30 16:35:16 +00:00
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 = "#" >
2021-02-11 00:34:31 +00:00
< img class = "logo" src = "static/ONNX_Runtime_icon.png" alt = "Logo" / >
2019-12-20 21:38:07 +00:00
< / 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 >
2022-03-16 01:13:11 +00:00
< li class = "toctree-l1" > < a class = "reference internal" href = "api_summary.html" > API< / a > < / li >
2019-12-20 21:38:07 +00:00
< 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" >
2022-01-04 17:32:40 +00:00
< input type = "text" name = "q" aria-labelledby = "searchlabel" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" / >
2019-12-20 21:38:07 +00:00
< input type = "submit" value = "Go" / >
< / form >
2019-10-30 16:35:16 +00:00
< / div >
< / div >
2022-08-03 17:24:42 +00:00
< script > document . getElementById ( 'searchbox' ) . style . display = "block" < / script >
2020-04-06 22:52:48 +00:00
2019-12-20 21:38:07 +00:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
2023-01-21 18:34:16 +00:00
© 2018-2023, Microsoft.
2019-12-20 21:38:07 +00:00
|
2023-01-21 18:34:16 +00:00
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 5.3.0< / a >
2023-01-20 00:19:31 +00:00
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.13< / a >
2019-12-20 21:38:07 +00:00
|
2021-02-11 00:34:31 +00:00
< a href = "sources/index.rst.txt"
2019-12-20 21:38:07 +00:00
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 >