ort-customops/test/shared_test
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
..
test_exceptions.cc Add ability to prevent exception propagation if building as part of ORT when ORT has exceptions disabled (#368) 2023-02-27 10:31:44 -08:00
test_kernel.hpp Split out some miscellaneous changes from refactoring the azure ops. (#506) 2023-08-04 17:53:11 +10:00
test_main.cc Add ability to prevent exception propagation if building as part of ORT when ORT has exceptions disabled (#368) 2023-02-27 10:31:44 -08:00
test_ortops.cc Split out some miscellaneous changes from refactoring the azure ops. (#506) 2023-08-04 17:53:11 +10:00
test_ortops_azure.cc Android fixes/improvements (#522) 2023-08-16 15:17:13 +10:00
test_ortops_hfberttokenizer.cc Starter changes for supporting pre/post processing for vision models. (#312) 2022-11-24 07:40:56 +10:00
test_ortops_math.cc Add android pipeline (#183) 2021-11-09 10:25:03 -08:00
test_ortops_strings.cc Split out some miscellaneous changes from refactoring the azure ops. (#506) 2023-08-04 17:53:11 +10:00
test_ortops_tokenizer.cc Add android pipeline (#183) 2021-11-09 10:25:03 -08:00
test_ortops_vision.cc Refactor setup for Azure ops. Add Android support. (#507) 2023-08-08 19:54:30 +10:00
utils.cc Refactor setup for Azure ops. Add Android support. (#507) 2023-08-08 19:54:30 +10:00
utils.hpp Refactor setup for Azure ops. Add Android support. (#507) 2023-08-08 19:54:30 +10:00