ort-customops/includes
Scott McKay 486c2b6d79
Android fixes/improvements (#522)
* - Ensure we log an error message before throwing on Android
  - message in exception will be lost due to how the shared libraries are built (both onnxruntime and extensions use static libc++ so there are no shared exception types between them)
- support static or dynamic build of curl/openssl on android
  - TBD which we want to use.
- add infra for anything deriving from BaseKernel to log messages using the ORT logger
  - ensures messages from custom kernels end up in the same place as messages from ORT
2023-08-16 15:17:13 +10:00
..
custom_op_lite.h Split out some miscellaneous changes from refactoring the azure ops. (#506) 2023-08-04 17:53:11 +10:00
exceptions.h Android fixes/improvements (#522) 2023-08-16 15:17:13 +10:00
ocos.h Android fixes/improvements (#522) 2023-08-16 15:17:13 +10:00
onnxruntime_customop.hpp Make kernel Compute method implementations const (#500) 2023-07-28 09:25:36 +10:00
onnxruntime_extensions.h Configure header path for SPM build (#501) 2023-07-31 16:35:57 -07:00