onnxruntime/docs/python/inference
Valery Chernov b327e89efa
Standalone TVM Executor Provider (#10019)
* squashed commit for standalone tvm execution provider

* critical fix for correct python build with stvm ep

* get tuning log file from ep options. It has priority over AUTOTVM_TUNING_LOG

* updates and fixes

* update parsing of stvm provider options

* add support of external data for onnx model

* add conditional dump of subgraphs

* remove unused code

* get input tensor shapes through provider options. get output shapes for fixed input ones by TVM API

* support AUTO_TVM tuning log file inside ORT. Selector for Ansor and Auto_TVM is provider option (tuning_type)

* add fp16

* add functionality of conversion of model layout to NHWC if need. Necessary parameter was added to STVM provider options

* fix license text in header. fix log format

* small fixes

* fix issues from flake8

* remove model proto construction from GetCapability

* reserve memory for vector of DLTensors

* add simple tutorial for STVM EP

* STVM docs

* jroesch/tvm -> apache/tvm

* remove dead code, unneccessary logs and comments

* fix in readme

* improve tutorial notebook

* tvm update

* update STVM_EP.md

* fix default value

* update STVM_EP.md

* some TODOs for the future development

* shorten long lines

* add hyperlink to STVM_EP.md

* fix Linux CI error

* fix error in csharp test

Co-authored-by: Jared Roesch <jroesch@octoml.ai>
Co-authored-by: Valery Chernov <valery.chernov@deelvin.com>
Co-authored-by: KJlaccHoeUM9l <wotpricol@mail.ru>
2021-12-15 16:59:20 -08:00
..
examples Fix Training Packaging pipeline (#9885) 2021-11-30 15:26:10 -08:00
notebooks Standalone TVM Executor Provider (#10019) 2021-12-15 16:59:20 -08:00
api_summary.rst Remove tensorflow, tf2onnx from the list of dependencies for the documentation (#9221) 2021-10-14 18:07:35 +02:00
conf.py Improves documentation, show InferenceSession contructor attributes (#8494) 2021-07-26 15:58:47 +02:00
examples_md.rst Remove tensorflow, tf2onnx from the list of dependencies for the documentation (#9221) 2021-10-14 18:07:35 +02:00
index.rst Add auto doc gen for ORTModule API during CI build (#7046) 2021-03-22 10:20:33 -07:00
ONNX_Runtime_icon.png Add auto doc gen for ORTModule API during CI build (#7046) 2021-03-22 10:20:33 -07:00
tutorial.rst Fix Training Packaging pipeline (#9885) 2021-11-30 15:26:10 -08:00