-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documentation] Outdated doc for using xnnpackage #19662
Comments
Thanks for your catching. Could you please issue a PR for this? |
I find that However, the page at https://onnxruntime.ai/docs/execution-providers/Xnnpack-ExecutionProvider.html |
Hi @natke Could you please have a look at it? |
Fixed by #19685 |
Closed as issue has been fixed. |
Describe the documentation issue
The following link says
However,
is not valid anymore.
The latest code is
onnxruntime/include/onnxruntime/core/session/onnxruntime_cxx_api.h
Lines 890 to 892 in 5bb58a1
The second argument is of type
const std::unordered_map<std::string, std::string>&
, not aninteger
.Page / URL
https://onnxruntime.ai/docs/execution-providers/Xnnpack-ExecutionProvider.html#usage
The text was updated successfully, but these errors were encountered: