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" / >
2020-08-13 02:12:50 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Python Bindings for ONNX Runtime — ONNX Runtime 1.4.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/graphviz.css" / >
2020-08-13 02:12:50 +00:00
< link rel = "stylesheet" type = "text/css" href = "_static/gallery.css" / >
< link rel = "stylesheet" type = "text/css" href = "_static/gallery-binder.css" / >
< link rel = "stylesheet" type = "text/css" href = "_static/gallery-dataframe.css" / >
< script id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
< script src = "_static/doctools.js" > < / script >
< script src = "_static/language_data.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" / >
< 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 >
2020-08-13 02:12:50 +00:00
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / 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" >
© 2018-2019, Microsoft.
|
2020-08-13 02:12:50 +00:00
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 3.1.2< / a >
2020-04-06 22:52:48 +00:00
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.12< / 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 >