onnxruntime/onnxruntime/server
Dmitri Smirnov d1b1cdc5c4
Replace GSL with GSL-LITE submodule and fix up refs (#1920)
Remove gsl subodule and replace with a local copy of gsl-lite
  Refactor for onnxruntime::make_unique
  gsl::span size and index are now size_t
  Remove lambda auto argument type detection.
  Remove constexpr from fail_fast in gsl due to Linux not being happy.
  Comment out std::stream support due to MacOS std lib broken.
  Move make_unique into include/core/common so it is accessible for server builds.
  Relax requirements for onnxruntime/test/providers/cpu/ml/write_scores_test.cc
  due to x86 build.
  Add ONNXRUNTIME_ROOT to Server Lib includes so gsl is recognized
2019-10-01 12:43:29 -07:00
..
core Add GRPC support to ONNX Runtime Server (#1144) 2019-07-18 11:10:38 -07:00
grpc Add GRPC support to ONNX Runtime Server (#1144) 2019-07-18 11:10:38 -07:00
http Add GRPC support to ONNX Runtime Server (#1144) 2019-07-18 11:10:38 -07:00
protobuf Bump up ONNX to the latest commit (#1868) 2019-09-20 18:15:16 -07:00
serializing Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
converter.cc fix non-standard u_int32_t type (#1358) 2019-07-09 00:19:58 -07:00
converter.h Refactor Onnx runtime Server to only use public APIs (#1271) 2019-07-04 01:08:14 -07:00
environment.cc Improve Session Capabilities in ORTServer (#1862) 2019-09-19 09:04:12 -07:00
environment.h Improve Session Capabilities in ORTServer (#1862) 2019-09-19 09:04:12 -07:00
executor.cc Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
executor.h Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
main.cc Improve Session Capabilities in ORTServer (#1862) 2019-09-19 09:04:12 -07:00
server_configuration.h Add GRPC support to ONNX Runtime Server (#1144) 2019-07-18 11:10:38 -07:00
util.cc Remove ml_status.h, add StatusCode to pybind exception mappings (#1889) 2019-09-24 11:13:14 -07:00
util.h Refactor Onnx runtime Server to only use public APIs (#1271) 2019-07-04 01:08:14 -07:00