GetVendorId property

Pointer<NativeFunction<Uint32 Function(Pointer<OrtEpFactory> this_ptr)>> GetVendorId
getter/setter pair

\brief Get the vendor id who owns the execution provider that the factory creates.

This is typically the PCI vendor ID. See https://pcisig.com/membership/member-companies

\paramin this_ptr The OrtEpFactory instance. \return vendor_id The vendor ID of the execution provider the factory creates.

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Uint32 Function(ffi.Pointer<OrtEpFactory> this_ptr)>
>
GetVendorId;