onnxruntime/java/src/main/native
Adam Pocock bca49d62a0
Fixing CoreML in Java (#16231)
### Description
The name of the flag we set when compiling the JNI binding to enable the CoreML EP changed at some point in the past. This PR fixes it by updating the flag in the JNI. I also added a quick smoke test for the CoreML provider to make sure it doesn't crash and can be enabled.

### Motivation and Context
All the EPs should work as expected in Java. Fixes #16230.
2023-06-07 12:24:57 -07:00
..
ai_onnxruntime_OnnxMap.c [Java] JNI refactor for OrtJniUtil (#12516) 2022-09-08 17:04:42 -07:00
ai_onnxruntime_OnnxRuntime.c Adust GetVersionString() GetBuildInfoString() signatures and move them to OrtApi (#15921) 2023-05-13 13:45:07 -07:00
ai_onnxruntime_OnnxSequence.c [Java] Fix OnnxSequence semantics (#13012) 2022-09-28 15:53:30 -07:00
ai_onnxruntime_OnnxSparseTensor.c [java] Sparse tensor support (#10653) 2022-11-22 10:29:24 -08:00
ai_onnxruntime_OnnxTensor.c [Java] JNI refactor for OrtJniUtil (#12516) 2022-09-08 17:04:42 -07:00
ai_onnxruntime_OrtAllocator.c
ai_onnxruntime_OrtEnvironment.c
ai_onnxruntime_OrtEnvironment_ThreadingOptions.c
ai_onnxruntime_OrtSession.c Use safe allocator for JNI code (#13999) 2023-03-08 11:40:55 -08:00
ai_onnxruntime_OrtSession_RunOptions.c [Java] Initial on device training support (#14027) 2023-03-08 10:01:08 -08:00
ai_onnxruntime_OrtSession_SessionOptions.c Fixing CoreML in Java (#16231) 2023-06-07 12:24:57 -07:00
ai_onnxruntime_OrtTrainingSession.c Removing C4090 warning suppression (#15994) 2023-05-18 10:08:05 -07:00
ai_onnxruntime_OrtTrainingSession_OrtCheckpointState.c [Java] CheckpointState AddProperty & GetProperty support (#15730) 2023-04-28 09:52:52 -07:00
ai_onnxruntime_providers_OrtCUDAProviderOptions.c
ai_onnxruntime_providers_OrtTensorRTProviderOptions.c
OrtJniUtil.c Use safe allocator for JNI code (#13999) 2023-03-08 11:40:55 -08:00
OrtJniUtil.h Use safe allocator for JNI code (#13999) 2023-03-08 11:40:55 -08:00