Update ort.h

This commit is contained in:
Andrey Tkachenko 2021-02-01 17:45:44 +04:00 committed by GitHub
parent 7b32390006
commit 72da91d9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#include <onnxruntime/core/session/onnxruntime_c_api.h>
#include <onnxruntime_c_api.h>
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_CPU, _In_ OrtSessionOptions* options, int use_arena) ORT_ALL_ARGS_NONNULL;
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_Tensorrt, _In_ OrtSessionOptions* options, int device_id);