mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
Add link to Python API examples (#14345)
This commit is contained in:
parent
a95fcb4345
commit
abaed6f474
1 changed files with 2 additions and 0 deletions
|
|
@ -203,6 +203,8 @@ You can also bind inputs and outputs directly to a PyTorch tensor.
|
|||
)
|
||||
|
||||
session.run_with_iobinding(binding)
|
||||
|
||||
You can also see code examples of this API in in the `ONNX Runtime inferences examples <https://github.com/microsoft/onnxruntime-inference-examples/blob/main/python/api/onnxruntime-python-api.py>`_.
|
||||
|
||||
|
||||
API Details
|
||||
|
|
|
|||
Loading…
Reference in a new issue