onnxruntime/onnxruntime/core/session
gwang-msft dee7596724
Add a generic collection of session configurations to the SessionOptions (#4718)
* adding generic configurations for session options

* fix a build break on linux

* fix training ci build break

* fix training ci build break

* addressed CR comments

* fix traning ci build break

* move config_key from enum to string

* add c# api

* add python api

* fix build break

* move prepacking from 2 new api entries to session options configs

* fix traning ci build break

* add python test, update some comments, move const key definition to avoid build break

* addressed comments

* move definitions of keys to common.h

* move api to version 5

* remove accidental change in build.py

* remove pragma to avoid build break

* addressed CR comments

* fix the python build break, and move location of config keys definition

* small typo changes
2020-08-18 13:40:40 -07:00
..
abi_session_options.cc Add a generic collection of session configurations to the SessionOptions (#4718) 2020-08-18 13:40:40 -07:00
abi_session_options_impl.h Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
allocator_impl.h Move memory info into IAllocator (#2850) 2020-06-22 11:18:52 +10:00
custom_ops.cc
custom_ops.h
default_cpu_allocator_c_api.cc Expose IOBinding features via C/C++/C# language bindings. (#4646) 2020-08-10 13:33:49 -07:00
device_allocator.cc Expose IOBinding features via C/C++/C# language bindings. (#4646) 2020-08-10 13:33:49 -07:00
environment.cc Bump onnx to get bfloat16 in ops, and some update in ort to support bfloat16 (#4791) 2020-08-16 17:05:40 -07:00
inference_session.cc Expose IOBinding features via C/C++/C# language bindings. (#4646) 2020-08-10 13:33:49 -07:00
inference_session.h Expose IOBinding features via C/C++/C# language bindings. (#4646) 2020-08-10 13:33:49 -07:00
inference_session_utils.cc Thread pool changes (#3153) 2020-03-30 12:18:40 -07:00
inference_session_utils.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
IOBinding.cc Support binding a graph output to a specific device via the Python binding (#4439) 2020-07-07 21:09:37 -07:00
IOBinding.h Support binding a graph output to a specific device via the Python binding (#4439) 2020-07-07 21:09:37 -07:00
onnxruntime_c_api.cc Add a generic collection of session configurations to the SessionOptions (#4718) 2020-08-18 13:40:40 -07:00
ort_apis.h Add a generic collection of session configurations to the SessionOptions (#4718) 2020-08-18 13:40:40 -07:00
ort_env.cc [Android NNAPI EP] change most of the exceptions to return Status (#4701) 2020-08-04 21:37:27 -07:00
ort_env.h Thread pool changes (#3153) 2020-03-30 12:18:40 -07:00