Warning, file /include/onnxruntime/cpu_provider_factory.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004 #include "onnxruntime_c_api.h"
0005
0006 #ifdef __cplusplus
0007 extern "C" {
0008 #endif
0009
0010
0011
0012
0013 ORT_EXPORT
0014 ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_CPU, _In_ OrtSessionOptions* options, int use_arena)
0015 ORT_ALL_ARGS_NONNULL;
0016
0017 #ifdef __cplusplus
0018 }
0019 #endif