onnxruntime/onnxruntime
Colin Versteeg a8ff209ab6 Refactor Onnx runtime Server to only use public APIs (#1271)
* replace log sinks

* limit headers to include dir

* first changes to do dynamic linking

* wip for using cxx api

* remove weird dangling dependency

* building with tests failing

* finish updating converters

* fix const

* intital introduction of typedef

* change logging to use spdlog

* get tests passing

* clang format

* map logging levels better

* clean up unused imports

* trent cr comments

* clang-format

* code review comments

* changing buffer use to reserve

* Dynamically link

* revert tvm

* update binary uploading

* catch exceptions by const-ref

* Revert "revert tvm"

This reverts commit 387676dd1018134d15eb71fa126f7caf94380800.

* fix typo

* update versioning of lib
2019-07-04 01:08:14 -07:00
..
contrib_ops Implement contrib op CropAndResize (#1277) 2019-06-24 18:34:35 -07:00
core Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
python Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
server Refactor Onnx runtime Server to only use public APIs (#1271) 2019-07-04 01:08:14 -07:00
test Refactor Onnx runtime Server to only use public APIs (#1271) 2019-07-04 01:08:14 -07:00
__init__.py Add ability to change the logging severity of the default logger. (#1165) 2019-06-12 08:54:03 +10:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings