Package ai.onnxruntime
Interface OrtProviderOptions.OrtProviderSupplier
- Enclosing class:
- OrtProviderOptions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface mirroring a Java supplier, but can throw OrtException.
-
Method Summary
-
Method Details
-
create
Calls the function to get the native pointer.- Returns:
- The native pointer.
- Throws:
OrtException- If the create call failed.
-