HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvino_provider_factory.h File Reference
+ Include dependency graph for openvino_provider_factory.h:

Go to the source code of this file.

Functions

 ORT_API_STATUS (OrtSessionOptionsAppendExecutionProvider_OpenVINO, _In_ OrtSessionOptions *options, _In_ const char *device_type)
 

Function Documentation

ORT_API_STATUS ( OrtSessionOptionsAppendExecutionProvider_OpenVINO  ,
_In_ OrtSessionOptions *  options,
_In_ const char *  device_type 
)
Parameters
device_typeopenvino device type and precision. Could be any of CPU_FP32, CPU_FP16, GPU_FP32, GPU_FP16, MYRIAD_FP16, VAD-M_FP16 or VAD-F_FP32.