|
HDK
|
#include "onnxruntime_c_api.h"
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) | |
| ORT_API_STATUS | ( | OrtSessionOptionsAppendExecutionProvider_OpenVINO | , |
| _In_ OrtSessionOptions * | options, | ||
| _In_ const char * | device_type | ||
| ) |
| device_type | openvino device type and precision. Could be any of CPU_FP32, CPU_FP16, GPU_FP32, GPU_FP16 |