mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
### Description DORT support for custom ops ### Motivation and Context Custom ops registered via custom_ops shared_library cannot be run using DORT atm. This PR enables it using: 1. registering custom_ops supported in DORT 2. plumbing down session_options from OrtBackend when creating the InferenceSession, that were used to register the custom_ops shared library using `session_options.register_custom_ops_library(shared_library)` |
||
|---|---|---|
| .. | ||
| orttraining | ||
| pytorch_frontend_examples | ||
| tools | ||