mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
### Description
Python code block on home page contained typo
Previous: outputs = session.run(None {"input": inputTensor})
Correction: outputs = session.run(None, {"input": inputTensor})
Fixes issue #21146
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
|
||
|---|---|---|
| .. | ||
| api | ||
| build | ||
| ecosystem | ||
| execution-providers | ||
| extensions | ||
| genai | ||
| get-started | ||
| install | ||
| performance | ||
| reference | ||
| tutorials | ||
| index.md | ||
| redirect.json | ||