Skip to content

[Documentation] run_async missing documention for user_data parameter #20367

@HadiSDev

Description

@HadiSDev

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

Metadata

Metadata

Assignees

Labels

documentationimprovements or additions to documentation; typically submitted using template

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions