Add link to Python API examples (#14345)

This commit is contained in:
Nat Kershaw (MSFT) 2023-01-21 16:23:16 -08:00 committed by GitHub
parent a95fcb4345
commit abaed6f474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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