Skip to content

Commit

Permalink
Update ort.h
Browse files Browse the repository at this point in the history
  • Loading branch information
andreytkachenko authored Feb 1, 2021
1 parent 7b32390 commit 72da91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbits/ort.h
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 72da91d

Please sign in to comment.