SessionOptionsAppendExecutionProvider_OpenVINO property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSessionOptions> options, Pointer<OrtOpenVINOProviderOptions> provider_options)> >
SessionOptionsAppendExecutionProvider_OpenVINO
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
\snippet{doc} snippets.dox OrtStatus Return Value
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtSessionOptions> options,
ffi.Pointer<OrtOpenVINOProviderOptions> provider_options,
)
>
>
SessionOptionsAppendExecutionProvider_OpenVINO;