mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
Fix misspelling in python documentation (#10588)
This commit is contained in:
parent
fd16085cea
commit
edbc844032
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue