Open
Description
Describe the documentation issue
onnxruntime_c_api.h says:
/*
- This is the old way to add the oneDNN provider to the session, please use
- SessionOptionsAppendExecutionProvider_oneDNN above to access the latest functionality
- This function always exists, but will only succeed if Onnxruntime was built with
- oneDNN support and the oneDNN provider shared library exists
- \param use_arena zero: false. non-zero: true.
/
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_Dnnl, In OrtSessionOptions options, int use_arena);
but where is SessionOptionsAppendExecutionProvider_oneDNN function?
Page / URL
No response