Open HadiSDev opened 6 months ago
@justinchuby can you update the run_async function in https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/onnxruntime_inference_collection.py with a comment explaining the user_data parameter? Looks like there's info about all the other parameters, but this one is missing.
Hi @sophies927 happy to help but I am not familiar with this part of the codebase. I would suggest checking with other contributors.
@pranavsharma @xadupre I see that you both reviewed the PR that added run_async: https://github.com/microsoft/onnxruntime/pull/16760. Are either of you familiar with this part of the codebase / can you add a comment to https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/onnxruntime_inference_collection.py about the user_data parameter?
any updates? @justinchuby @pranavsharma @xadupre @sophies927
Describe the documentation issue
The run_async function takes a user_data parameter but there is nothing in the docs saying what that is:
Page / URL
No response