mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
* update cuda/trt versions * update API doc links * remove api doc parentage * fix menu * fix broken links * open api links in new window
797 B
797 B
| title | parent | grand_parent | nav_order |
|---|---|---|---|
| Accelerate PyTorch Inference | Accelerate PyTorch | Tutorials | 1 |
Accelerate PyTorch model inferencing
{: .no_toc }
ONNX Runtime can be used to accelerate PyTorch models inferencing.
Convert model to ONNX
{: .no_toc }
- Basic PyTorch export through torch.onnx
- Super-resolution with ONNX Runtime
- Export PyTorch model with custom ops
Accelerate PyTorch model inferencing
{: .no_toc }