MemoryDevice_GetVendorId property
Pointer<NativeFunction<Uint32 Function(Pointer<OrtMemoryDevice> memory_device)> >
MemoryDevice_GetVendorId
getter/setter pair
\brief Get the vendor ID from an OrtMemoryDevice instance.
The vendor ID is used to identify the vendor of the device, and is typically set to the PCI vendor ID.
If the device is not vendor specific (e.g. CPU memory) the vendor ID is set to 0.
\paramin memory_device OrtMemoryDevice instance.
\return The vendor ID value.
\since Version 1.23.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Uint32 Function(ffi.Pointer<OrtMemoryDevice> memory_device)
>
>
MemoryDevice_GetVendorId;