onnxruntime/onnxruntime/core/session
Ryan Hill fda1d0dce9
Ryanunderhill/ocr custom op (#744)
* Adding a custom op interface to the C API to remove shared library dependency.
* Remove old custom op test
* Rework how custom ops handle inputs/outputs to enable custom op output shape calculation in the compute method
* Add a nicer C++ API for custom ops and switch the tests to use it.
2019-04-05 18:53:20 -07:00
..
abi_session_options.cc add capi to set graph optimization level (#657) 2019-03-20 17:14:46 -07:00
abi_session_options_impl.h Remove OrtAppendCustomOpLibPath (#642) 2019-03-18 19:44:32 -07:00
allocator_impl.h Ryanunderhill/c api 8 (#297) 2019-01-10 02:06:29 -08:00
custom_ops.cc Ryanunderhill/ocr custom op (#744) 2019-04-05 18:53:20 -07:00
custom_ops.h Ryanunderhill/ocr custom op (#744) 2019-04-05 18:53:20 -07:00
default_cpu_allocator_c_api.cc Rename OrtInitialize to OrtCreateEnv in preparation for future. (#399) 2019-01-29 15:03:18 -08:00
inference_session.cc Ryanunderhill/ocr custom op (#744) 2019-04-05 18:53:20 -07:00
inference_session.h CustomRegistry should use composition instead of inheritence 2019-04-05 14:14:10 -07:00
IOBinding.cc Various optimizations to reduce the setup and device copying cost outside of the call to ExecuteGraph. (#470) 2019-02-20 12:12:17 +10:00
IOBinding.h Various optimizations to reduce the setup and device copying cost outside of the call to ExecuteGraph. (#470) 2019-02-20 12:12:17 +10:00
onnxruntime_c_api.cc reformat onnxruntime_c_api.cc 2019-04-04 13:03:13 -07:00