HardwareDevice_VendorId property

Pointer<NativeFunction<Uint32 Function(Pointer<OrtHardwareDevice> device)>> HardwareDevice_VendorId
getter/setter pair

\brief Get the hardware device's vendor identifier.

\paramin device The OrtHardwareDevice instance to query. \return The hardware device vendor identifier.

\since Version 1.22.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Uint32 Function(ffi.Pointer<OrtHardwareDevice> device)
  >
>
HardwareDevice_VendorId;