mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| abi_session_options.cc | ||
| abi_session_options_impl.h | ||
| allocator_impl.h | ||
| custom_ops.cc | ||
| custom_ops.h | ||
| default_cpu_allocator_c_api.cc | ||
| inference_session.cc | ||
| inference_session.h | ||
| IOBinding.cc | ||
| IOBinding.h | ||
| onnxruntime_c_api.cc | ||