Class OrtEpDevice

java.lang.Object
ai.onnxruntime.OrtEpDevice

public final class OrtEpDevice extends Object
A tuple of Execution Provider information and the hardware device.
  • Method Details

    • getEpName

      public String getEpName()
      Gets the Execution Provider name.
      Returns:
      The EP name.
    • getEpVendor

      public String getEpVendor()
      Gets the Execution Provider vendor name.
      Returns:
      The EP vendor name.
    • getEpMetadata

      public Map<String,String> getEpMetadata()
      Gets an unmodifiable view on the Execution Provider metadata.
      Returns:
      The EP metadata.
    • getEpOptions

      public Map<String,String> getEpOptions()
      Gets an unmodifiable view on the Execution Provider options.
      Returns:
      The EP options.
    • getDevice

      public OrtHardwareDevice getDevice()
      Gets the device information.
      Returns:
      The device information.
    • toString

      public String toString()
      Overrides:
      toString in class Object