HardwareDevice_Vendor property
Pointer<NativeFunction<Pointer<Char> Function(Pointer<OrtHardwareDevice> device)> >
HardwareDevice_Vendor
getter/setter pair
\brief Get the hardware device's vendor name.
\paramin device The OrtHardwareDevice instance to query.
\return The hardware device's vendor name.
\since Version 1.22.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Pointer<ffi.Char> Function(ffi.Pointer<OrtHardwareDevice> device)
>
>
HardwareDevice_Vendor;