onnxruntime/java/src/main
Chi Lo 569876fb16
[TensorRT EP] Refactor OrtTensorRTProviderOptions initialization and make it easy to add new field (#17617)
Two major modifications of this PR:

1. Refactor OrtTensorRTProviderOptions initialization and make it easy
to add new field.
2. Make Python API capable of using TensorRT plugins by adding new
Python binding api `register_tensorrt_plugins_as_custom_ops`. (It needs
to register ep's custom op domain before model load. For C++ API, it's
slightly different, when calling
SessionOptionsAppendExecutionProvider_TensorRT_XX, it appends cutom op
domain to session option. Later ORT can register custom op domain from
session option before model loading)
2023-10-06 14:12:20 -07:00
..
android/ai/onnxruntime/platform [java] Fp16 fix for android/react native (#16832) 2023-07-25 12:31:32 -07:00
java/ai/onnxruntime [java] Filling out the javadoc for the float8 types (#17694) 2023-09-27 10:52:11 -07:00
jvm/ai/onnxruntime/platform [java] Fp16 fix for android/react native (#16832) 2023-07-25 12:31:32 -07:00
native [TensorRT EP] Refactor OrtTensorRTProviderOptions initialization and make it easy to add new field (#17617) 2023-10-06 14:12:20 -07:00
AndroidManifest.xml Update Gradle version (#14862) 2023-03-08 12:22:06 -08:00