onnxruntime-rs/cbits/ort.h
Andrey Tkachenko 72da91d9ec
Update ort.h
2021-02-01 17:45:44 +04:00

5 lines
278 B
C

#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);