GetVendor property

Pointer<NativeFunction<Pointer<Char> Function(Pointer<OrtEpFactory> this_ptr)>> GetVendor
getter/setter pair

return EP vendor

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Pointer<ffi.Char> Function(ffi.Pointer<OrtEpFactory> this_ptr)
  >
>
GetVendor;