2020-08-13 02:12:50 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" / >
2021-02-11 00:34:31 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2021-03-09 18:21:38 +00:00
< title > Computation times — ONNX Runtime 1.7.0 documentation< / title >
2021-02-11 00:34:31 +00:00
< link rel = "stylesheet" href = "../static/pygments.css" type = "text/css" / >
< link rel = "stylesheet" href = "../static/alabaster.css" type = "text/css" / >
< link rel = "stylesheet" type = "text/css" href = "../static/graphviz.css" / >
< 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" / >
< link rel = "stylesheet" type = "text/css" href = "../static/gallery-rendered-html.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 >
2020-08-13 02:12:50 +00:00
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
2021-02-11 00:34:31 +00:00
< link rel = "stylesheet" href = "../static/custom.css" type = "text/css" / >
2020-08-13 02:12:50 +00:00
< 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" >
< div class = "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 headline" > ¶< / a > < / h1 >
2021-03-09 18:21:38 +00:00
< p > < strong > 05:52.417< / strong > total execution time for < strong > auto_examples< / strong > files:< / p >
2020-08-13 02:12:50 +00:00
< table class = "docutils align-default" >
< colgroup >
< col style = "width: 85%" / >
< col style = "width: 9%" / >
< col style = "width: 6%" / >
< / colgroup >
< tbody >
2021-03-09 18:21:38 +00:00
< 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 > 05:52.417< / p > < / td >
2020-08-13 02:12:50 +00:00
< td > < p > 0.0 MB< / p > < / td >
< / tr >
2021-02-11 00:34:31 +00:00
< 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.000< / p > < / td >
2020-08-13 02:12:50 +00:00
< td > < p > 0.0 MB< / p > < / td >
< / tr >
2021-02-11 00:34:31 +00:00
< tr class = "row-odd" > < 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 >
2020-08-13 02:12:50 +00:00
< td > < p > 00:00.000< / p > < / td >
< td > < p > 0.0 MB< / p > < / td >
< / tr >
2021-02-11 00:34:31 +00:00
< 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 >
2020-08-13 02:12:50 +00:00
< td > < p > 00:00.000< / p > < / td >
< td > < p > 0.0 MB< / p > < / td >
< / tr >
2021-02-11 00:34:31 +00:00
< 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 >
2020-08-13 02:12:50 +00:00
< td > < p > 00:00.000< / p > < / td >
< td > < p > 0.0 MB< / p > < / td >
< / tr >
2021-02-11 00:34:31 +00:00
< 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 >
2020-08-13 02:12:50 +00:00
< td > < p > 00:00.000< / p > < / td >
< td > < p > 0.0 MB< / p > < / td >
< / tr >
2021-02-11 00:34:31 +00:00
< 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 >
2020-08-13 02:12:50 +00:00
< td > < p > 00:00.000< / p > < / td >
< td > < p > 0.0 MB< / p > < / td >
< / tr >
2021-02-11 00:34:31 +00:00
< tr class = "row-even" > < 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 >
2020-08-13 02:12:50 +00:00
< td > < p > 00:00.000< / p > < / td >
< td > < p > 0.0 MB< / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
2021-02-11 00:34:31 +00:00
< img class = "logo" src = "../static/ONNX_Runtime_icon.png" alt = "Logo" / >
2020-08-13 02:12:50 +00:00
< / 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 Summary< / 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" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
2021-02-11 00:34:31 +00:00
© 2018-2021, Microsoft.
2020-08-13 02:12:50 +00:00
|
2021-03-09 18:21:38 +00:00
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 3.5.1< / a >
2020-08-13 02:12:50 +00:00
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.12< / a >
|
2021-02-11 00:34:31 +00:00
< a href = "../sources/auto_examples/sg_execution_times.rst.txt"
2020-08-13 02:12:50 +00:00
rel="nofollow">Page source< / a >
< / div >
< / body >
< / html >