Describe the documentation issue
The run_async function takes a user_data parameter but there is nothing in the docs saying what that is:
Compute the predictions asynchronously in a separate cxx thread from ort intra-op threadpool.
:param output_names: name of the outputs
:param input_feed: dictionary ``{ input_name: input_value }``
:param callback: python function that accept array of results, and a status string on error.
The callback will be invoked by a cxx thread from ort intra-op threadpool.
:param run_options: See :class:`onnxruntime.RunOptions`.
Page / URL
No response
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