Package ai.onnxruntime
Class OrtEpDevice
java.lang.Object
ai.onnxruntime.OrtEpDevice
A tuple of Execution Provider information and the hardware device.
-
Method Summary
Modifier and TypeMethodDescriptionGets the device information.Gets an unmodifiable view on the Execution Provider metadata.Gets the Execution Provider name.Gets an unmodifiable view on the Execution Provider options.Gets the Execution Provider vendor name.toString()
-
Method Details
-
getEpName
Gets the Execution Provider name.- Returns:
- The EP name.
-
getEpVendor
Gets the Execution Provider vendor name.- Returns:
- The EP vendor name.
-
getEpMetadata
Gets an unmodifiable view on the Execution Provider metadata.- Returns:
- The EP metadata.
-
getEpOptions
Gets an unmodifiable view on the Execution Provider options.- Returns:
- The EP options.
-
getDevice
Gets the device information.- Returns:
- The device information.
-
toString
-