EpDevice_EpVendor property
Pointer<NativeFunction<Pointer<Char> Function(Pointer<OrtEpDevice> ep_device)> >
EpDevice_EpVendor
getter/setter pair
\brief Get the execution provider's vendor name.
\paramin ep_device The OrtEpDevice instance to query.
\return The execution provider's vendor name.
\since Version 1.22.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Pointer<ffi.Char> Function(ffi.Pointer<OrtEpDevice> ep_device)
>
>
EpDevice_EpVendor;