SessionOptionsAppendExecutionProvider_OpenVINO_V2 property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSessionOptions> options, Pointer<Pointer<Char>> provider_options_keys, Pointer<Pointer<Char>> provider_options_values, Size num_keys)>> SessionOptionsAppendExecutionProvider_OpenVINO_V2
getter/setter pair

\brief Append OpenVINO execution provider to the session options

If OpenVINO is not available (due to a non OpenVINO enabled build, or if OpenVINO is not installed on the system), this function will fail.

\paramin options \paramin provider_options_keys \paramin provider_options_values \paramin num_keys

\snippet{doc} snippets.dox OrtStatus Return Value

\since Version 1.17.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtSessionOptions> options,
      ffi.Pointer<ffi.Pointer<ffi.Char>> provider_options_keys,
      ffi.Pointer<ffi.Pointer<ffi.Char>> provider_options_values,
      ffi.Size num_keys,
    )
  >
>
SessionOptionsAppendExecutionProvider_OpenVINO_V2;