Fix misspelling in python documentation (#10588)

This commit is contained in:
Xavier Dupré 2022-02-17 18:10:21 +01:00 committed by GitHub
parent fd16085cea
commit edbc844032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ class Session:
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`.