Skip to content

Commit

Permalink
Fix misspelling in python documentation (microsoft#10588)
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre authored Feb 17, 2022
1 parent fd16085 commit edbc844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/python/onnxruntime_inference_collection.py
Original file line number Diff line number Diff line change
@@ -206,7 +206,7 @@ def run_with_ort_values(self, output_names, input_dict_ort_values, run_options=N
Compute the predictions.
:param output_names: name of the outputs
:param input_feed: dictionary ``{ input_name: input_ort_value }``
:param input_dict_ort_values: dictionary ``{ input_name: input_ort_value }``
See ``OrtValue`` class how to create `OrtValue`
from numpy array or `SparseTensor`
:param run_options: See :class:`onnxruntime.RunOptions`.

0 comments on commit edbc844

Please sign in to comment.